Table of Contents

Class Utf8StringArrayNullTerminatedContainerHandle

Namespace
GLib.Internal
Assembly
GLib-2.0.dll

A handle of a string array. The dotnet runtime only owns the list of pointers to the string. Not the strings itself.

public class Utf8StringArrayNullTerminatedContainerHandle : Utf8StringArrayNullTerminatedHandle, IDisposable
Inheritance
Utf8StringArrayNullTerminatedContainerHandle
Implements
Inherited Members

Constructors

Utf8StringArrayNullTerminatedContainerHandle(IntPtr)

public Utf8StringArrayNullTerminatedContainerHandle(IntPtr ptr)

Parameters

ptr IntPtr

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.

Methods

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.