NamespaceInfoFindType Method |
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Type FindType(
string typeName
)
Public Function FindType (
typeName As String
) As Type
member FindType :
typeName : string -> Type
Parameters
- typeName
- Type: SystemString
Type name without namespace
Return Value
Type:
TypeThe type if found, otherwise null
See Also