Table of Contents

Class FileHandle

Namespace
GtkSource.Internal
Assembly
GtkSource-5.dll
public class FileHandle : ObjectHandle, IDisposable
Inheritance
FileHandle
Implements
Inherited Members

Constructors

FileHandle(nint, bool)

public FileHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

FileHandle

Type Parameters

T