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