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
分配的内存。