Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Syntax
public void createClassMethod(
ClassBuild _classBld,
str _methodName,
str _retType,
str _parmStr,
str _body,
boolean _isInterface)
Run On
Client
Parameters
- _classBld
Type: ClassBuild Class
- _methodName
Type: str
- _retType
Type: str
- _parmStr
Type: str
- _body
Type: str
- _isInterface
Type: boolean