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