 | ConfigurationCommonAddImportType Method (String, String) |
Adds a type to the list of automatically-imported classes.
Namespace:
com.espertech.esper.common.client.configuration.common
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic void AddImportType(
string autoImportTypeName,
string assemblyName
)
Parameters
- autoImportTypeName
- Type: SystemString
a type to import - assemblyName
- Type: SystemString
the optional assembly name
See Also