C# Class YLauncher.Launcher

Inheritance: System.MarshalByRefObject
显示文件 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