C# Класс NAnt.Win32.Tasks.RegAsmTask

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

Private Properties

Свойство Тип Описание
GetAssemblyPath string

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

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

Registers or unregisters a single assembly, or a group of assemblies.

PrepareProcess ( Process process ) : void

Updates the ProcessStartInfo of the specified Process.

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

Метод Описание
GetAssemblyPath ( string assembly ) : string

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

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

Registers or unregisters a single assembly, or a group of assemblies.
protected ExecuteTask ( ) : 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