Class MemoryOutputStreamHandle
public class MemoryOutputStreamHandle : OutputStreamHandle, IDisposable
- Inheritance
-
MemoryOutputStreamHandle
- Implements
- Inherited Members
Constructors
MemoryOutputStreamHandle(nint, bool)
public MemoryOutputStreamHandle(nint handle, bool ownsHandle)
Parameters
Methods
For<T>(ConstructArgument[])
public static MemoryOutputStreamHandle For<T>(ConstructArgument[] constructArguments) where T : MemoryOutputStream, GTypeProvider
Parameters
constructArguments
ConstructArgument[]
Returns
Type Parameters
T