次の方法で共有


IReflectionCallHelperService.MakeInstanceCallOnProvidedType Method

Definition

public:
 System::Object ^ MakeInstanceCallOnProvidedType(Type ^ type, System::Object ^ instance, System::String ^ methodName, cli::array <System::Object ^> ^ parameters);
public object MakeInstanceCallOnProvidedType (Type type, object instance, string methodName, object[] parameters);
abstract member MakeInstanceCallOnProvidedType : Type * obj * string * obj[] -> obj
Public Function MakeInstanceCallOnProvidedType (type As Type, instance As Object, methodName As String, parameters As Object()) As Object

Parameters

type
Type
instance
Object
methodName
String
parameters
Object[]

Returns

Applies to