Table of Contents

Class NullablePlatformStringUnownedHandle

Namespace
GLib.Internal
Assembly
GLib-2.0.dll
public class NullablePlatformStringUnownedHandle : NullablePlatformStringHandle, IDisposable
Inheritance
NullablePlatformStringUnownedHandle
Implements
Inherited Members

Methods

Create(string?)

Creates a nullable platform string handle for the given string.

public static NullablePlatformStringUnownedHandle Create(string? s)

Parameters

s string

The string which should be used to create the handle.

Returns

NullablePlatformStringUnownedHandle

A nullable platform string handle

Exceptions

GException

Thrown if the string could not be converted into a platform string.

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.