Method Free
- Namespace
- Ubiquity.NET.InteropHelpers
- Assembly
- Ubiquity.NET.InteropHelpers.dll
Free(byte*)
Frees the memory for the unmanaged string representation allocated by ConvertToUnmanaged(string?)
public static void Free(byte* unmanaged)
Parameters
unmanaged
byte*The memory allocated for the unmanaged string.