Class PlatformStringArraySizedOwnedHandle
A handle of a string array which is completely owned by the dotnet runtime
public class PlatformStringArraySizedOwnedHandle : PlatformStringArraySizedHandle, IDisposable
- Inheritance
-
PlatformStringArraySizedOwnedHandle
- Implements
- Inherited Members
Constructors
PlatformStringArraySizedOwnedHandle(nint)
public PlatformStringArraySizedOwnedHandle(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 PlatformStringArraySizedOwnedHandle 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()