Table of Contents

Class ConverterInputStreamHandle

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

Constructors

ConverterInputStreamHandle(nint, bool)

public ConverterInputStreamHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

ConverterInputStreamHandle

Type Parameters

T