Table of Contents

Class SimpleIOStream

Namespace
Gio
Assembly
Gio-2.0.dll
public class SimpleIOStream : IOStream, IDisposable, GTypeProvider, InstanceFactory
Inheritance
SimpleIOStream
Implements
Inherited Members

Constructors

SimpleIOStream(params ConstructArgument[])

public SimpleIOStream(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

SimpleIOStream(SimpleIOStreamHandle)

public SimpleIOStream(SimpleIOStreamHandle handle)

Parameters

handle SimpleIOStreamHandle

Fields

InputStreamPropertyDefinition

public static readonly Property<InputStream?, SimpleIOStream> InputStreamPropertyDefinition

Field Value

Property<InputStream, SimpleIOStream>

OutputStreamPropertyDefinition

public static readonly Property<OutputStream?, SimpleIOStream> OutputStreamPropertyDefinition

Field Value

Property<OutputStream, SimpleIOStream>

Properties

InputStream

public InputStream? InputStream { get; }

Property Value

InputStream

OutputStream

public OutputStream? OutputStream { get; }

Property Value

OutputStream

Methods

GetGType()

public static Type GetGType()

Returns

Type

New(InputStream, OutputStream)

[Version("2.44")]
public static SimpleIOStream New(InputStream inputStream, OutputStream outputStream)

Parameters

inputStream InputStream
outputStream OutputStream

Returns

SimpleIOStream