Table of Contents

Class FilterInputStreamHandle

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

Constructors

FilterInputStreamHandle(nint, bool)

public FilterInputStreamHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

FilterInputStreamHandle

Type Parameters

T