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