Aracılığıyla paylaş


ReflectionCallHelper.MakeStaticCall(Type, String, Object[]) Method

Definition

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

Parameters

type
Type
MethodName
String
parameters
Object[]

Returns

Applies to