Table of Contents

Class CancellableHandle

Namespace
Gio.Internal
Assembly
Gio-2.0.dll
public class CancellableHandle : ObjectHandle, IDisposable
Inheritance
CancellableHandle
Implements
Inherited Members

Constructors

CancellableHandle(nint, bool)

public CancellableHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

public static CancellableHandle For<T>(ConstructArgument[] constructArguments) where T : Cancellable, GTypeProvider

Parameters

constructArguments ConstructArgument[]

Returns

CancellableHandle

Type Parameters

T