ReflectionCallHelper.MakeChainOfCommandNextCall 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 System::Object ^ MakeChainOfCommandNextCall(System::Object ^ instance, System::String ^ typeName, System::String ^ methodName, cli::array <System::Object ^> ^ parameters);
public static object MakeChainOfCommandNextCall (object instance, string typeName, string methodName, object[] parameters);
static member MakeChainOfCommandNextCall : obj * string * string * obj[] -> obj
Public Function MakeChainOfCommandNextCall (instance As Object, typeName As String, methodName As String, parameters As Object()) As Object
Parameters
- instance
- Object
- typeName
- String
- methodName
- String
- parameters
- Object[]