C# Class NAnt.Win32.Tasks.RegAsmTask

Inheritance: NAnt.Core.Tasks.ExternalProgramBase
Datei anzeigen Open project: skolima/NAnt Class Usage Examples

Private Properties

Property Type Description
GetAssemblyPath string

Protected Methods

Method Description
ExecuteTask ( ) : void

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

PrepareProcess ( Process process ) : void

Updates the ProcessStartInfo of the specified Process.

Private Methods

Method Description
GetAssemblyPath ( string assembly ) : string

Method Details

ExecuteTask() protected method

Registers or unregisters a single assembly, or a group of assemblies.
protected ExecuteTask ( ) : void
return void

PrepareProcess() protected method

Updates the ProcessStartInfo of the specified Process.
protected PrepareProcess ( Process process ) : void
process System.Diagnostics.Process The of which the should be updated.
return void