C# Класс clipr.Usage.ExecutingAssemblyVersion

Version information pulled from the currently executing assembly.
Наследование: clipr.Triggers.TriggerBase, IVersion
Показать файл Открыть проект

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

Метод Описание
ExecutingAssemblyVersion ( ) : System

Version information pulled from the currently executing assembly.

GetVersion ( ) : string

Get the version of this application.

OnParse ( IParserConfig config ) : void

Action to perform when trigger is parsed.

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

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

Version information pulled from the currently executing assembly.
public ExecutingAssemblyVersion ( ) : System
Результат System

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

Get the version of this application.
public GetVersion ( ) : string
Результат string

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

Action to perform when trigger is parsed.
public OnParse ( IParserConfig config ) : void
config IParserConfig
Результат void