Table of Contents

Class ZlibCompressorHandle

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

Constructors

ZlibCompressorHandle(nint, bool)

public ZlibCompressorHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

ZlibCompressorHandle

Type Parameters

T