C# Класс YLauncher.Launcher

Наследование: System.MarshalByRefObject
Показать файл Открыть проект

Открытые методы

Метод Описание
Execute ( string appPath ) : void

This gets executed in the temporary appdomain. No error handling to simplify demo.

Main ( string args ) : void

Описание методов

Execute() публичный Метод

This gets executed in the temporary appdomain. No error handling to simplify demo.
public Execute ( string appPath ) : void
appPath string
Результат void

Main() публичный статический Метод

public static Main ( string args ) : void
args string
Результат void