C# 클래스 Mercurial.Hooks.MercurialHookBase

This is the base class for Mercurial hook type implementations.
상속: IDisposable
파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins

공개 메소드들

메소드 설명
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources

LoadRevision ( string environmentVariableName ) : RevSpec

Loads a RevSpec from a hash specified by an environment variable.

MercurialHookBase ( ) : System

Initializes a new instance of the MercurialHookBase class.

메소드 상세

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

Releases unmanaged and - optionally - managed resources
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
리턴 void

LoadRevision() 보호된 정적인 메소드

Loads a RevSpec from a hash specified by an environment variable.
protected static LoadRevision ( string environmentVariableName ) : RevSpec
environmentVariableName string /// The name of the environment variable to load the from. ///
리턴 RevSpec

MercurialHookBase() 보호된 메소드

Initializes a new instance of the MercurialHookBase class.
protected MercurialHookBase ( ) : System
리턴 System