Namespace:  Greatis.FormDesigner
Assembly:  Greatis.FormDesigner (in Greatis.FormDesigner.dll)

Syntax

Visual Basic (Declaration)
Public Function GetType ( _
	name As String _
) As Type
C#
public Type GetType(
	string name
)
Visual C++
public:
virtual Type^ GetType(
	String^ name
) sealed
JavaScript
function getType(name);

Parameters

name
Type: System..::.String

Return Value

Implements

ITypeResolutionService..::.GetType(String)

See Also