Table of Contents

Class FileInputStreamHandle

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

Constructors

FileInputStreamHandle(nint, bool)

public FileInputStreamHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

FileInputStreamHandle

Type Parameters

T