| MappingComponentClass Method |
Returns the type of the associated representation class.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public static Type ComponentClass(
string className,
bool usertype
)
Public Shared Function ComponentClass (
className As String,
usertype As Boolean
) As Type
public:
static Type^ ComponentClass(
String^ className,
bool usertype
)
Parameters
- className
- Type: SystemString
Returns the type of the associated representation class.
- usertype
- Type: SystemBoolean
If true, looks for a usertype. if false,
looks for a representation type.
Return Value
Type:
Type
The
Type of the associated representation class
name or
null if the
Type can not
be loaded.
See Also