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

Syntax

Visual Basic (Declaration)
Public Function GetTypes ( _
	baseType As Type, _
	excludeGlobalTypes As Boolean _
) As ICollection
C#
public ICollection GetTypes(
	Type baseType,
	bool excludeGlobalTypes
)
Visual C++
public:
virtual ICollection^ GetTypes(
	Type^ baseType, 
	bool excludeGlobalTypes
) sealed
JavaScript
function getTypes(baseType, excludeGlobalTypes);

Parameters

baseType
Type: System..::.Type
excludeGlobalTypes
Type: System..::.Boolean

Return Value

Implements

ITypeDiscoveryService..::.GetTypes(Type, Boolean)

See Also