Summary
Creates a new instance of the
NAnt.Core.DataTypeBaseBuilder class
for the specified NAnt.Core.DataTypeBase class in the specified
System.Reflection.Assembly.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- DataTypeBaseBuilder
Syntax
public DataTypeBaseBuilder(Assembly assembly, string className)
Remarks
An
NAnt.Core.Extensibility.ExtensionAssembly for the specified System.Reflection.Assembly
is cached for future use.
Parameters
| Name | Type | Description |
|---|---|---|
| assembly | Assembly | The System.Reflection.Assembly containing the NAnt.Core.DataTypeBase. |
| className | string | The class representing the NAnt.Core.DataTypeBase. |
Return Value
| Type | Description |
|---|---|
| void |
