[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the Type object for the type name. If the type name is incomplete, uses the imported namespace names to attempt to resolve the name.

Namespace: net.esper.eql.core
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Function ResolveClass ( _
	className As String _
) As Type
C#
Type ResolveClass (
	string className
)
Visual C++
Type^ ResolveClass (
	String^ className
)

Parameters

className
System.String
the name of the type to resolve

Return Value

the Type object for this class name