Share via


COMDispFunction.call(Object[]) Method

Definition

public:
 virtual int call(cli::array <System::Object ^> ^ objArray1);
[Microsoft.Dynamics.Ax.Xpp.VarArgs]
public virtual int call (object[] objArray1);
[<Microsoft.Dynamics.Ax.Xpp.VarArgs>]
abstract member call : obj[] -> int
override this.call : obj[] -> int
Public Overridable Function call (objArray1 As Object()) As Integer

Parameters

objArray1
Object[]

Returns

Attributes

Remarks

If an attacker can control input to the call method, a security risk exists. Therefore, this method runs under Code Access Security. Calls to this method on the server require permission from the InteropPermission class. Make sure that the user has development privileges by setting the security key to SysDevelopment on the control that calls this method.

Applies to