Click or drag to resize

SystemObjectManagerAddClass Method

Developed by SO-SOFT
Add class

Namespace: scbscript
Assembly: scbscriptg (in scbscriptg.exe) Version: 15.62.0+ec7f396c1b0556a067fcf8d296cc36e3f3a5ac92
Syntax
C#
public static SystemObjectType AddClass(
	Type classType,
	Type extendClassType = null
)

Parameters

classType  Type
A class type to add
extendClassType  Type  (Optional)
An extend class type

Return Value

SystemObjectType
System object type, or null.
Remarks
Add Type object for the class objects registered.
See Also