Click or drag to resize

ClassForNameProviderClassForName Method

Lookup class name returning class.

Namespace:  com.espertech.esper.common.client.util
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
Type ClassForName(
	string className
)

Parameters

className
Type: SystemString
to look up

Return Value

Type: Type
class
See Also