次の方法で共有


xKernelClass.Call(String, Object[], Type[], Object[], Type[]) Method

Definition

public:
 Microsoft::Dynamics::Ax::MSIL::KernelCallReturnVal ^ Call(System::String ^ methodName, cli::array <System::Object ^> ^ parameters, cli::array <Type ^> ^ types, cli::array <System::Object ^> ^ varargs, cli::array <Type ^> ^ varargsTypes);
public Microsoft.Dynamics.Ax.MSIL.KernelCallReturnVal Call (string methodName, object[] parameters, Type[] types, object[] varargs, Type[] varargsTypes);
member this.Call : string * obj[] * Type[] * obj[] * Type[] -> Microsoft.Dynamics.Ax.MSIL.KernelCallReturnVal
Public Function Call (methodName As String, parameters As Object(), types As Type(), varargs As Object(), varargsTypes As Type()) As KernelCallReturnVal

Parameters

methodName
String
parameters
Object[]
types
Type[]
varargs
Object[]
varargsTypes
Type[]

Returns

Microsoft.Dynamics.Ax.MSIL.KernelCallReturnVal

Applies to