DictTable.staticMethodObject Method [AX 2012]
Returns an instance of the MethodInfo class for a static method that is specified by index.
public DictMethod staticMethodObject(int methodNumber)
Run On
CalledParameters
- methodNumber
- Type: int
The one-based index to the static methods for the table, in AOT order.
Return Value
Type: DictMethod ClassAn instance of the MethodInfo class for the static method that is specified by the methodNumber parameter; nullNothingnullptrunita null reference (Nothing in Visual Basic) if the instance could not be created.
Community Additions
ADD
Show: