BuildMaster SDK Reference
Version:
GetComponentBaseType(System.Type componentType) Method
Returns the base type of the specified component type.
Syntax
public
System.Type GetComponentBaseType(System.Type componentType)
Parameters
- componentType
- Type: System.Type
The type of the component.
Returns
Extensible base type if applicable; otherwise null (Nothing in Visual Basic).