CommonChainOfCommandManager.MakeInstanceCall 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 bool MakeInstanceCall(Microsoft::Dynamics::Ax::Xpp::Common ^ instance, System::String ^ methodName, cli::array <System::Object ^> ^ parameters, [Runtime::InteropServices::Out] System::Object ^ % returnValue);
public static bool MakeInstanceCall (Microsoft.Dynamics.Ax.Xpp.Common instance, string methodName, object[] parameters, out object returnValue);
static member MakeInstanceCall : Microsoft.Dynamics.Ax.Xpp.Common * string * obj[] * obj -> bool
Public Shared Function MakeInstanceCall (instance As Common, methodName As String, parameters As Object(), ByRef returnValue As Object) As Boolean
Parameters
- instance
- Common
- methodName
- String
- parameters
- Object[]
- returnValue
- Object