C# Class clipr.Usage.ExecutingAssemblyVersion

Version information pulled from the currently executing assembly.
Inheritance: clipr.Triggers.TriggerBase, IVersion
显示文件 Open project: nemec/clipr

Public Methods

Method 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 method

Version information pulled from the currently executing assembly.
public ExecutingAssemblyVersion ( ) : System
return System

GetVersion() public method

Get the version of this application.
public GetVersion ( ) : string
return string

OnParse() public method

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