C# 클래스 clipr.Usage.ExecutingAssemblyVersion

Version information pulled from the currently executing assembly.
상속: clipr.Triggers.TriggerBase, IVersion
파일 보기 프로젝트 열기: nemec/clipr

공개 메소드들

메소드 설명
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