C# Class Mercurial.Hooks.MercurialHookBase

This is the base class for Mercurial hook type implementations.
Inheritance: IDisposable
Afficher le fichier Open project: TargetProcess/Target-Process-Plugins

Méthodes publiques

Méthode Description
Dispose ( ) : void

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

Méthodes protégées

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

Method Details

Dispose() public méthode

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

Dispose() protected méthode

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.
Résultat void

LoadRevision() protected static méthode

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. ///
Résultat RevSpec

MercurialHookBase() protected méthode

Initializes a new instance of the MercurialHookBase class.
protected MercurialHookBase ( ) : System
Résultat System