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

Syntax

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

Parameters

name
Type: System..::.String
throwOnError
Type: System..::.Boolean
ignoreCase
Type: System..::.Boolean

Return Value

Implements

ITypeResolutionService..::.GetType(String, Boolean, Boolean)

See Also