Click or drag to resize

ClassLoaderGetClass Method

Gets the class.

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
Type GetClass(
	string className
)

Parameters

className
Type: SystemString
Name of the class.

Return Value

Type: Type

[Missing <returns> documentation for "M:com.espertech.esper.compat.ClassLoader.GetClass(System.String)"]

See Also