RuntimeHelpers.AllocateTypeAssociatedMemory(Type, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定與 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
配置的記憶體。