Method | Description | |
---|---|---|
Close ( ) : void | ||
Dispose ( ) : void | ||
Flush ( ) : void | ||
Write ( bool value ) : void | ||
Write ( char value ) : void | ||
Write ( char buffer, int index, int count ) : void | ||
Write ( decimal value ) : void | ||
Write ( double value ) : void | ||
Write ( float value ) : void | ||
Write ( int value ) : void | ||
Write ( long value ) : void | ||
Write ( object value ) : void | ||
Write ( string value ) : void | ||
Write ( string format, object arg0 ) : void | ||
Write ( string format, object arg0, object arg1 ) : void | ||
Write ( string format, object arg0, object arg1, object arg2 ) : void | ||
Write ( uint value ) : void | ||
Write ( ulong value ) : void | ||
WriteLine ( ) : void | ||
WriteLine ( bool value ) : void | ||
WriteLine ( char value ) : void | ||
WriteLine ( char buffer, int index, int count ) : void | ||
WriteLine ( decimal value ) : void | ||
WriteLine ( double value ) : void | ||
WriteLine ( float value ) : void | ||
WriteLine ( int value ) : void | ||
WriteLine ( long value ) : void | ||
WriteLine ( object value ) : void | ||
WriteLine ( string value ) : void | ||
WriteLine ( string format, object arg0 ) : void | ||
WriteLine ( string format, object arg0, object arg1 ) : void | ||
WriteLine ( string format, object arg0, object arg1, object arg2 ) : void | ||
WriteLine ( uint value ) : void | ||
WriteLine ( ulong value ) : void |
public abstract Write ( char buffer, int index, int count ) : void | ||
buffer | char | |
index | int | |
count | int | |
return | void |
public abstract Write ( decimal value ) : void | ||
value | decimal | |
return | void |
public abstract Write ( double value ) : void | ||
value | double | |
return | void |
public abstract Write ( object value ) : void | ||
value | object | |
return | void |
public abstract Write ( string value ) : void | ||
value | string | |
return | void |
public abstract Write ( string format, object arg0 ) : void | ||
format | string | |
arg0 | object | |
return | void |
public abstract Write ( string format, object arg0, object arg1 ) : void | ||
format | string | |
arg0 | object | |
arg1 | object | |
return | void |
public abstract Write ( string format, object arg0, object arg1, object arg2 ) : void | ||
format | string | |
arg0 | object | |
arg1 | object | |
arg2 | object | |
return | void |
public abstract WriteLine ( bool value ) : void | ||
value | bool | |
return | void |
public abstract WriteLine ( char value ) : void | ||
value | char | |
return | void |
public abstract WriteLine ( char buffer, int index, int count ) : void | ||
buffer | char | |
index | int | |
count | int | |
return | void |
public abstract WriteLine ( decimal value ) : void | ||
value | decimal | |
return | void |
public abstract WriteLine ( double value ) : void | ||
value | double | |
return | void |
public abstract WriteLine ( float value ) : void | ||
value | float | |
return | void |
public abstract WriteLine ( int value ) : void | ||
value | int | |
return | void |
public abstract WriteLine ( long value ) : void | ||
value | long | |
return | void |
public abstract WriteLine ( object value ) : void | ||
value | object | |
return | void |
public abstract WriteLine ( string value ) : void | ||
value | string | |
return | void |
public abstract WriteLine ( string format, object arg0 ) : void | ||
format | string | |
arg0 | object | |
return | void |
public abstract WriteLine ( string format, object arg0, object arg1 ) : void | ||
format | string | |
arg0 | object | |
arg1 | object | |
return | void |
public abstract WriteLine ( string format, object arg0, object arg1, object arg2 ) : void | ||
format | string | |
arg0 | object | |
arg1 | object | |
arg2 | object | |
return | void |
public abstract WriteLine ( uint value ) : void | ||
value | uint | |
return | void |
public abstract WriteLine ( ulong value ) : void | ||
value | ulong | |
return | void |