Table of Contents

Class Utf8StringArraySizedHandle

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

Constructors

Utf8StringArraySizedHandle(bool)

protected Utf8StringArraySizedHandle(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