Table of Contents

Class VfsHandle

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

Constructors

VfsHandle(nint, bool)

public VfsHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

VfsHandle

Type Parameters

T