共用方式為


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

配置的記憶體。

適用於