PexUnsafeMemory.TypedFree(Type, Void*) Method

Definition

Typed free.

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

Parameters

type
Type

The type.

pointer
Void*

The pointer.

Applies to