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