Summary
    Main entry point to NAnt that is called by the ConsoleStub.
    
		- Assembly
- NAnt.Core .dll 
- Namespace
- NAnt.Core 
- Base Types
- 
									- Object
 
							graph BT
	Type-->Base0["Object"]
	Type["ConsoleDriver"]
class Type type-node
						
					Syntax
public class ConsoleDriverMethods
| Name | Value | Summary | 
|---|---|---|
| CreateListener | IBuildListener | 
    Dynamically constructs an  NAnt.Core.IBuildListenerinstance of 
    the class specified.static | 
| CreateLogger | IBuildLogger | 
    Dynamically constructs an  NAnt.Core.IBuildLoggerinstance of 
    the class specified.static | 
| GetBuildFileName | string | 
    Gets the file name for the build file in the specified directory.
     static | 
| Main | int | 
    Starts NAnt. This is the Main entry point.
     static | 
| ShowProjectHelp | void | 
    Prints the projecthelp to the console.
     static | 
