Table of Contents

Class IOModuleHandle

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

Constructors

IOModuleHandle(nint, bool)

public IOModuleHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

IOModuleHandle

Type Parameters

T