ApplicationInstanceOnParsingCommand - метод |
Выполняется при разборе параметра командной строки.
Пространство имён:
Tessa.Platform.Runtime
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис protected virtual void OnParsingCommand(
ApplicationParsingCommandEventArgs e
)
Protected Overridable Sub OnParsingCommand (
e As ApplicationParsingCommandEventArgs
)
protected:
virtual void OnParsingCommand(
ApplicationParsingCommandEventArgs^ e
)
abstract OnParsingCommand :
e : ApplicationParsingCommandEventArgs -> unit
override OnParsingCommand :
e : ApplicationParsingCommandEventArgs -> unit
Параметры
- e
- Тип: Tessa.Platform.RuntimeApplicationParsingCommandEventArgs
Аргументы события с указанием контекста с информацией по запускаемому приложению и по разбираемому параметру.
См. также