Click or drag to resize

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
Syntax
C#
public void AddImportType(
	string autoImportTypeName,
	string assemblyName
)

Parameters

autoImportTypeName
Type: SystemString
a type to import
assemblyName
Type: SystemString
the optional assembly name
See Also