Click or drag to resize

NamespaceInfoFindType Method

Finds the specified type in the Namespace of this Assembly

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Type FindType(
	string typeName
)

Parameters

typeName
Type: SystemString
Type name without namespace

Return Value

Type: Type
The type if found, otherwise null
See Also