C# Класс NAnt.DotNet.Tasks.LicenseTask

Наследование: NAnt.Core.Tasks.ExternalProgramBase
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
NeedsCompiling bool

Защищенные методы

Метод Описание
ExecuteTask ( ) : void

Generates the license file.

Initialize ( ) : void

Initializes the LicenseTask class.

PrepareProcess ( Process process ) : void

Updates the ProcessStartInfo of the specified Process.

Приватные методы

Метод Описание
NeedsCompiling ( FileInfo licensesFile ) : bool

Determines whether the .licenses file needs to be recompiled or is uptodate.

Описание методов

ExecuteTask() защищенный Метод

Generates the license file.
protected ExecuteTask ( ) : void
Результат void

Initialize() защищенный Метод

Initializes the LicenseTask class.
protected Initialize ( ) : void
Результат void

PrepareProcess() защищенный Метод

Updates the ProcessStartInfo of the specified Process.
protected PrepareProcess ( Process process ) : void
process System.Diagnostics.Process The of which the should be updated.
Результат void