[This is preliminary documentation and subject to change.]
Dynamically constructs an IBuildListener instance of the class specified.
Missing <returns> documentation for M:NAnt.Core.ConsoleDriver.CreateListener(System.String)
At this point, only looks in the assembly where IBuildListener is defined.
Exception Type | Condition |
---|---|
TypeLoadException | Type typeName could not be loaded. |
ArgumentException | typeName does not implement IBuildListener. |
ConsoleDriver Class | NAnt.Core Namespace