BStrStringMarshaller.Free(UInt16*) Method

Definition

Frees the memory for the unmanaged string.

public:
 static void Free(System::UInt16* unmanaged);
public static void Free (ushort* unmanaged);
static member Free : nativeptr<uint16> -> unit

Parameters

unmanaged
UInt16*

The memory allocated for the unmanaged string.

Applies to