SystemObjectManagerAddMethods Method |
Developed by SO-SOFT
Add methods
Namespace: scbscriptAssembly: scbscriptg (in scbscriptg.exe) Version: 15.62.0+ec7f396c1b0556a067fcf8d296cc36e3f3a5ac92
Syntaxpublic static SystemMethods AddMethods(
Type classType
)
Parameters
- classType Type
- A class type to add
Return Value
SystemMethodsSystem methods type, or null.
RemarksAdd the static class object where the registered global functions are defined.
See Also