Share via


SysCOMWrapperGen.createClassMethod Method [AX 2012]

Syntax

public void createClassMethod(
    ClassBuild _classBld, 
    str _methodName, 
    str _retType, 
    str _parmStr, 
    str _body, 
    boolean _isInterface)

Run On

Client

Parameters

  • _methodName
    Type: str
  • _retType
    Type: str
  • _parmStr
    Type: str
  • _body
    Type: str

See Also

Reference

SysCOMWrapperGen Class