Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Mono
CSharpAgent
C# Class Mono.CSharpAgent
Exibir arquivo
Open project: kumpera/mono
Public Methods
Method
Description
CSharpAgent
(
String
arg
) :
System
InterruptListener
( ) :
void
Run
(
object
o
) :
void
RunRepl
(
NetworkStream
s
) :
void
Private Methods
Method
Description
AssemblyLoaded
(
object
sender
,
AssemblyLoadEventArgs
e
) :
void
Method Details
CSharpAgent()
public
method
public
CSharpAgent
(
String
arg
) :
System
arg
String
return
System
InterruptListener()
public
method
public
InterruptListener
( ) :
void
return
void
Run()
public
method
public
Run
(
object
o
) :
void
o
object
return
void
RunRepl()
public
method
public
RunRepl
(
NetworkStream
s
) :
void
s
NetworkStream
return
void