Click or drag to resize

DomainGetType Method (String)

Gets the type with the specified name.

Namespace:  ABB.Robotics.Controllers.ConfigurationDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public Type GetType(
	string name
)

Parameters

name
Type: SystemString
Name of the type

Return Value

Type: Type
The type or null if not found.
See Also