xKernelClass.StaticCall Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static Microsoft::Dynamics::Ax::MSIL::KernelCallReturnVal ^ StaticCall(System::String ^ className, System::String ^ methodName, cli::array <System::Object ^> ^ parameters, cli::array <Type ^> ^ types, cli::array <System::Object ^> ^ varargs, cli::array <Type ^> ^ varargsTypes);
public static Microsoft.Dynamics.Ax.MSIL.KernelCallReturnVal StaticCall (string className, string methodName, object[] parameters, Type[] types, object[] varargs, Type[] varargsTypes);
static member StaticCall : string * string * obj[] * Type[] * obj[] * Type[] -> Microsoft.Dynamics.Ax.MSIL.KernelCallReturnVal
Public Shared Function StaticCall (className As String, methodName As String, parameters As Object(), types As Type(), varargs As Object(), varargsTypes As Type()) As KernelCallReturnVal
Parameters
- className
- String
- methodName
- String
- parameters
- Object[]
- types
- Type[]
- varargs
- Object[]
- varargsTypes
- Type[]
Returns
Microsoft.Dynamics.Ax.MSIL.KernelCallReturnVal