RuntimeHelpers.AllocateTypeAssociatedMemory(Type, Int32) Метод

Определение

Выделяет память, связанную с type. Память освобождается, если и когда Type выгружается.

public:
 static IntPtr AllocateTypeAssociatedMemory(Type ^ type, int size);
public static IntPtr AllocateTypeAssociatedMemory (Type type, int size);
static member AllocateTypeAssociatedMemory : Type * int -> nativeint
Public Shared Function AllocateTypeAssociatedMemory (type As Type, size As Integer) As IntPtr

Параметры

type
Type

Тип, связанный с выделенной памятью.

size
Int32

Размер выделяемой памяти в байтах.

Возвращаемое значение

IntPtr

nativeint

Выделенная память.

Применяется к