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