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