Share via


SysDictClass::invokeStaticMethod Method [AX 2012]

Invokes a static class method.

Syntax

server protected static container invokeStaticMethod(container _params)

Run On

Server

Parameters

  • _params
    Type: container
    A container that contains the class name, the method name, the parameters, a setSystemDateTime value, and a systemDateTime value.

Return Value

Type: container
A container that contains the result of the method call.

Remarks

This class is provided to allow an X++ to IL transition through the runAs function by using a simplified API.

See Also

Reference

SysDictClass Class