C# Class clipr.Usage.ExecutingAssemblyVersion

Version information pulled from the currently executing assembly.
Inheritance: clipr.Triggers.TriggerBase, IVersion
Afficher le fichier Open project: nemec/clipr

Méthodes publiques

Méthode Description
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.

Method Details

ExecutingAssemblyVersion() public méthode

Version information pulled from the currently executing assembly.
public ExecutingAssemblyVersion ( ) : System
Résultat System

GetVersion() public méthode

Get the version of this application.
public GetVersion ( ) : string
Résultat string

OnParse() public méthode

Action to perform when trigger is parsed.
public OnParse ( IParserConfig config ) : void
config IParserConfig
Résultat void