Table of Contents

Class SimpleIOStream

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

Constructors

SimpleIOStream(bool, params ConstructArgument[])

protected SimpleIOStream(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

SimpleIOStream(IntPtr, bool)

protected SimpleIOStream(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

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