Compartilhar via


RuntimeHelpers.AllocateTypeAssociatedMemory(Type, Int32) Método

Definição

Aloca a memória associada com type e liberada se e quando Type for descarregada.

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

Parâmetros

type
Type

O tipo associado à memória alocada.

size
Int32

Quantidade de memória a ser alocada, em bytes.

Retornos

IntPtr

nativeint

A memória alocada.

Aplica-se a