Class FileOutputStreamPrivateOwnedHandle
public class FileOutputStreamPrivateOwnedHandle : FileOutputStreamPrivateHandle, IDisposable
- Inheritance
-
FileOutputStreamPrivateOwnedHandle
- Implements
- Inherited Members
Constructors
FileOutputStreamPrivateOwnedHandle(nint)
Creates a new instance of FileOutputStreamPrivateOwnedHandle. Assumes that the given pointer is owned by the runtime.
public FileOutputStreamPrivateOwnedHandle(nint ptr)
Parameters
ptr
nint
Methods
FromUnowned(nint)
Create a FileOutputStreamPrivateOwnedHandle from a pointer that is assumed unowned.
public static FileOutputStreamPrivateOwnedHandle FromUnowned(nint ptr)
Parameters
ptr
nintA pointer to a FileOutputStreamPrivate which is not owned by the runtime.
Returns
- FileOutputStreamPrivateOwnedHandle
A FileOutputStreamPrivateOwnedHandle
ReleaseHandle()
When overridden in a derived class, executes the code required to free the handle.
protected override bool ReleaseHandle()