Table of Contents

Class PlatformStringArraySizedHandle

Namespace
GLib.Internal
Assembly
GLib-2.0.dll
public abstract class PlatformStringArraySizedHandle : SafeHandle, IDisposable
Inheritance
PlatformStringArraySizedHandle
Implements
Derived
Inherited Members

Constructors

PlatformStringArraySizedHandle(bool)

protected PlatformStringArraySizedHandle(bool ownsHandle)

Parameters

ownsHandle bool

Properties

Size

public int Size { get; set; }

Property Value

int

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

array string[]

Returns

nint