Table of Contents

Class InputStreamHandle

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

Constructors

InputStreamHandle(nint, bool)

public InputStreamHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

InputStreamHandle

Type Parameters

T