Class NonNullableUtf8StringUnownedHandle
public class NonNullableUtf8StringUnownedHandle : NonNullableUtf8StringHandle, IDisposable
- Inheritance
-
NonNullableUtf8StringUnownedHandle
- Implements
- Inherited Members
Methods
Create(string)
Creates a non nullable utf8 string handle for the given string.
public static NonNullableUtf8StringUnownedHandle Create(string s)
Parameters
s
stringThe string which should be used to create the handle.
Returns
- NonNullableUtf8StringUnownedHandle
A non nullable utf8 string handle
ReleaseHandle()
When overridden in a derived class, executes the code required to free the handle.
protected override bool ReleaseHandle()