Utf8StringMarshaller.Free(Byte*) 方法

定义

释放指定非托管字符串的内存。

public:
 static void Free(System::Byte* unmanaged);
public static void Free(byte* unmanaged);
static member Free : nativeptr<byte> -> unit

参数

unmanaged
Byte*

为非托管字符串分配的内存。

适用于