Class PlatformStringArraySizedUnownedHandle
A handle of a string array which is not owned by the dotnet runtime.
public class PlatformStringArraySizedUnownedHandle : PlatformStringArraySizedHandle, IDisposable
- Inheritance
-
PlatformStringArraySizedUnownedHandle
- Implements
- Inherited Members
Constructors
PlatformStringArraySizedUnownedHandle(nint)
public PlatformStringArraySizedUnownedHandle(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
NullHandle
public static PlatformStringArraySizedUnownedHandle NullHandle { get; }
Property Value
Methods
Create(string[])
public static PlatformStringArraySizedUnownedHandle 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()