System_IO::​StreamWriter
UnityObjectLink
System_IO::​StreamWriter

class:/TYPE/System.IO.StreamWriter//, can be loaded from an assetbundle using System_IO::StreamWriter::createfromassetbundle(bundlename,prefabname) /

Parent

UnityObjectLink

Variables
autoflush
System.Boolean autoflush
basestream
readonly System.IO.Stream basestream
system_io::​streamwriter::​null
static readonly System.IO.StreamWriter system_io::streamwriter::null
Functions
close
System.Void Close()
Returns

System.Void

flush
System.Void Flush()
Returns

System.Void

flushasync
System.Threading.Tasks.Task FlushAsync()
Returns

System.Threading.Tasks.Task

system_io::​streamwriter::​create
static System.IO.StreamWriter Create (
System.String path,
System.Boolean append
)

Constructor replaces new;

Parameters
path
System.String

no description

append
System.Boolean

no description

Returns

System.IO.StreamWriter

system_io::​streamwriter::​create
static System.IO.StreamWriter Create (
System.IO.Stream stream
)

Constructor replaces new;

Parameters
stream
System.IO.Stream

no description

Returns

System.IO.StreamWriter

system_io::​streamwriter::​create
static System.IO.StreamWriter Create (
System.String path
)

Constructor replaces new;

Parameters
path
System.String

no description

Returns

System.IO.StreamWriter

system_io::​streamwriter::​fromassetbundle
static System.IO.StreamWriter CreateFromAssetBundle(
string bundle,
string objectname
)

Constructor for object from a bundle

Parameters
bundle
string

bundle name

objectname
string

object name with extension

Returns

System.IO.StreamWriter

write
System.Void Write(
System.String value
)

System.String value-no documentation

Parameters

value -

Returns

System.Void

write
System.Void Write(
System.Char[] buffer,
System.Int32 index,
System.Int32 count
)

System.Char[] buffer-no documentation

Parameters
buffer
System.Char[]

no documentation

index
System.Int32

no documentation count -

Returns

System.Void

write
System.Void Write(
System.Char[] buffer
)

System.Char[] buffer-no documentation

Parameters

buffer -

Returns

System.Void

write
System.Void Write(
System.Char value
)

System.Char value-no documentation

Parameters

value -

Returns

System.Void

writeasync
System.Threading.Tasks.Task WriteAsync(
System.String value
)

System.String value-no documentation

Parameters

value -

Returns

System.Threading.Tasks.Task

writeasync
System.Threading.Tasks.Task WriteAsync(
System.Char[] buffer,
System.Int32 index,
System.Int32 count
)

System.Char[] buffer-no documentation

Parameters
buffer
System.Char[]

no documentation

index
System.Int32

no documentation count -

Returns

System.Threading.Tasks.Task

writeasync
System.Threading.Tasks.Task WriteAsync(
System.Char value
)

System.Char value-no documentation

Parameters

value -

Returns

System.Threading.Tasks.Task

writeline
System.Void WriteLine(
System.String value
)

System.String value-no documentation

Parameters

value -

Returns

System.Void

writelineasync
System.Threading.Tasks.Task WriteLineAsync(
System.Char[] buffer,
System.Int32 index,
System.Int32 count
)

System.Char[] buffer-no documentation

Parameters
buffer
System.Char[]

no documentation

index
System.Int32

no documentation count -

Returns

System.Threading.Tasks.Task

writelineasync
System.Threading.Tasks.Task WriteLineAsync()
Returns

System.Threading.Tasks.Task

writelineasync
System.Threading.Tasks.Task WriteLineAsync(
System.Char value
)

System.Char value-no documentation

Parameters

value -

Returns

System.Threading.Tasks.Task

writelineasync
System.Threading.Tasks.Task WriteLineAsync(
System.String value
)

System.String value-no documentation

Parameters

value -

Returns

System.Threading.Tasks.Task