Table of Contents

Class MemoryOutputStreamHandle

Namespace
Gio.Internal
Assembly
Gio-2.0.dll
public class MemoryOutputStreamHandle : OutputStreamHandle, IDisposable
Inheritance
MemoryOutputStreamHandle
Implements
Inherited Members

Constructors

MemoryOutputStreamHandle(nint, bool)

public MemoryOutputStreamHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

public static MemoryOutputStreamHandle For<T>(ConstructArgument[] constructArguments) where T : MemoryOutputStream, GTypeProvider

Parameters

constructArguments ConstructArgument[]

Returns

MemoryOutputStreamHandle

Type Parameters

T