Table of Contents

Class FileLoaderHandle

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

Constructors

FileLoaderHandle(nint, bool)

public FileLoaderHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

FileLoaderHandle

Type Parameters

T