C# Class NAnt.Core.DataTypeBaseBuilder

Datei anzeigen Open project: skolima/NAnt Class Usage Examples

Public Methods

Method Description
DataTypeBaseBuilder ( Assembly assembly, string className ) : System

Creates a new instance of the DataTypeBaseBuilder class for the specified DataTypeBase class in the specified Assembly.

An ExtensionAssembly for the specified Assembly is cached for future use.

Private Methods

Method Description
CreateDataTypeBase ( ) : DataTypeBase
DataTypeBaseBuilder ( ExtensionAssembly extensionAssembly, string className ) : System

Creates a new instance of the DataTypeBaseBuilder class for the specified DataTypeBase class in the ExtensionAssembly specified.

Method Details

DataTypeBaseBuilder() public method

Creates a new instance of the DataTypeBaseBuilder class for the specified DataTypeBase class in the specified Assembly.
An ExtensionAssembly for the specified Assembly is cached for future use.
public DataTypeBaseBuilder ( Assembly assembly, string className ) : System
assembly System.Reflection.Assembly The containing the .
className string The class representing the .
return System