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