PexUnsafeMemory.TypedMalloc(Type) Method

Definition

Typed malloc.

public:
 static void* TypedMalloc(Type ^ type);
public static void* TypedMalloc (Type type);
static member TypedMalloc : Type -> nativeptr<unit>

Parameters

type
Type

The type.

Returns

Void*

Applies to