Click or drag to resize

SystemObjectManagerAddMethods Method

Developed by SO-SOFT
Add methods

Namespace: scbscript
Assembly: scbscriptg (in scbscriptg.exe) Version: 15.62.0+ec7f396c1b0556a067fcf8d296cc36e3f3a5ac92
Syntax
C#
public static SystemMethods AddMethods(
	Type classType
)

Parameters

classType  Type
A class type to add

Return Value

SystemMethods
System methods type, or null.
Remarks
Add the static class object where the registered global functions are defined.
See Also