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