Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Mono
Debugger
LessPipe
C# Class Mono.Debugger.LessPipe
Inheritance:
System.IO.TextWriter
Mostra file
Open project: baulig/debugger
Class Usage Examples
Public Methods
Method
Description
Flush
( ) :
void
LessPipe
( ) :
System
Write
(
char
value
) :
void
Protected Methods
Method
Description
Dispose
(
bool
disposing
) :
void
Method Details
Dispose()
protected
method
protected
Dispose
(
bool
disposing
) :
void
disposing
bool
return
void
Flush()
public
method
public
Flush
( ) :
void
return
void
LessPipe()
public
method
public
LessPipe
( ) :
System
return
System
Write()
public
method
public
Write
(
char
value
) :
void
value
char
return
void