C# Класс Mercurial.Hooks.MercurialHookBase

This is the base class for Mercurial hook type implementations.
Наследование: IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
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