Table of Contents

Class ZlibDecompressorHandle

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

Constructors

ZlibDecompressorHandle(nint, bool)

public ZlibDecompressorHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

ZlibDecompressorHandle

Type Parameters

T