Class Utf8StringArraySizedOwnedHandle
A handle of a string array which is completely owned by the dotnet runtime
public class Utf8StringArraySizedOwnedHandle : Utf8StringArraySizedHandle, IDisposable
- Inheritance
-
Utf8StringArraySizedOwnedHandle
- Implements
- Inherited Members
Constructors
Utf8StringArraySizedOwnedHandle(nint)
public Utf8StringArraySizedOwnedHandle(nint ptr)
Parameters
ptrnint
Properties
IsInvalid
When overridden in a derived class, gets a value indicating whether the handle value is invalid.
public override bool IsInvalid { get; }
Property Value
Methods
Create(string[])
public static Utf8StringArraySizedOwnedHandle Create(string[] array)
Parameters
arraystring[]
Returns
ReleaseHandle()
When overridden in a derived class, executes the code required to free the handle.
protected override bool ReleaseHandle()