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