Table of Contents

Class Utf8StringArraySizedUnownedHandle

Namespace
GLib.Internal
Assembly
GLib-2.0.dll

A handle of a string array which is not owned by the dotnet runtime.

public class Utf8StringArraySizedUnownedHandle : Utf8StringArraySizedHandle, IDisposable
Inheritance
Utf8StringArraySizedUnownedHandle
Implements
Inherited Members

Constructors

Utf8StringArraySizedUnownedHandle(nint)

public Utf8StringArraySizedUnownedHandle(nint ptr)

Parameters

ptr nint

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

bool

true if the handle value is invalid; otherwise, false.

NullHandle

public static Utf8StringArraySizedUnownedHandle NullHandle { get; }

Property Value

Utf8StringArraySizedUnownedHandle

Methods

Create(string[])

public static Utf8StringArraySizedUnownedHandle Create(string[] array)

Parameters

array string[]

Returns

Utf8StringArraySizedUnownedHandle

ReleaseHandle()

When overridden in a derived class, executes the code required to free the handle.

protected override bool ReleaseHandle()

Returns

bool

true if the handle is released successfully; otherwise, in the event of a catastrophic failure, false. In this case, it generates a releaseHandleFailed Managed Debugging Assistant.