Class ZlibCompressorClassUnownedHandle
public class ZlibCompressorClassUnownedHandle : ZlibCompressorClassHandle, IDisposable
- Inheritance
-
ZlibCompressorClassUnownedHandle
- Implements
- Inherited Members
Constructors
ZlibCompressorClassUnownedHandle(IntPtr)
Creates a new instance of ZlibCompressorClassOwnedHandle. Assumes that the given pointer is unowned by the runtime.
public ZlibCompressorClassUnownedHandle(IntPtr ptr)
Parameters
ptr
IntPtr
Properties
NullHandle
public static ZlibCompressorClassUnownedHandle NullHandle { get; }
Property Value
Methods
Copy()
public ZlibCompressorClassOwnedHandle Copy()
Returns
ReleaseHandle()
When overridden in a derived class, executes the code required to free the handle.
protected override bool ReleaseHandle()