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