Class Utf8StringArraySizedContainerHandle
A handle of a string array. The dotnet runtime only owns the list of pointers to the string. Not the strings itself.
public class Utf8StringArraySizedContainerHandle : Utf8StringArraySizedHandle, IDisposable
- Inheritance
-
Utf8StringArraySizedContainerHandle
- Implements
- Inherited Members
Constructors
Utf8StringArraySizedContainerHandle(nint)
public Utf8StringArraySizedContainerHandle(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
ReleaseHandle()
When overridden in a derived class, executes the code required to free the handle.
protected override bool ReleaseHandle()