Click or drag to resize

InjectionStrategyClassNewInstance Constructor (String)

The class name of the class to be instantiated.

Namespace:  com.espertech.esper.common.client.hook.forgeinject
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public InjectionStrategyClassNewInstance(
	string fullyQualifiedClassName
)

Parameters

fullyQualifiedClassName
Type: SystemString
class name
See Also