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