Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
YLauncher
Launcher
C# Class YLauncher.Launcher
Inheritance:
System.MarshalByRefObject
Mostrar archivo
Open project: ZaneDubya/YCPU
Public Methods
Method
Description
Execute
(
string
appPath
) :
void
This gets executed in the temporary appdomain. No error handling to simplify demo.
Main
(
string
args
) :
void
Method Details
Execute()
public
method
This gets executed in the temporary appdomain. No error handling to simplify demo.
public
Execute
(
string
appPath
) :
void
appPath
string
return
void
Main()
public
static
method
public
static
Main
(
string
args
) :
void
args
string
return
void