C# Class NAnt.MSBuild.BuildEngine.Engine

Inheritance: System.MarshalByRefObject
Exibir arquivo Open project: skolima/NAnt Class Usage Examples

Private Properties

Property Type Description
CurrentDomain_AssemblyLoad void
Engine System
executionAD_AssemblyLoad void

Public Methods

Method Description
LoadEngine ( NAnt framework ) : Engine
RegisterLogger ( object logger ) : void
UnregisterAllLoggers ( ) : void

Private Methods

Method Description
CurrentDomain_AssemblyLoad ( object sender, AssemblyLoadEventArgs args ) : void
Engine ( ) : System
executionAD_AssemblyLoad ( object sender, AssemblyLoadEventArgs args ) : void

Method Details

LoadEngine() public static method

public static LoadEngine ( NAnt framework ) : Engine
framework NAnt
return Engine

RegisterLogger() public method

public RegisterLogger ( object logger ) : void
logger object
return void

UnregisterAllLoggers() public method

public UnregisterAllLoggers ( ) : void
return void