Class PlatformStringArraySizedHandle
public abstract class PlatformStringArraySizedHandle : SafeHandle, IDisposable
- Inheritance
-
PlatformStringArraySizedHandle
- Implements
- Derived
- Inherited Members
Constructors
PlatformStringArraySizedHandle(bool)
protected PlatformStringArraySizedHandle(bool ownsHandle)
Parameters
ownsHandlebool
Properties
Size
public int Size { get; set; }
Property Value
Methods
ConvertToStringArray()
Converts the data of this handle into a managed string array.
public string[]? ConvertToStringArray()
Returns
- string[]
A string array containing the handle data .
ToIntPtr(string[])
protected static nint ToIntPtr(string[] array)
Parameters
arraystring[]