Table of Contents

Class SimpleAsyncResultHandle

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

Constructors

SimpleAsyncResultHandle(nint, bool)

public SimpleAsyncResultHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

SimpleAsyncResultHandle

Type Parameters

T