XppObjectBase.MakeStaticReflectionCall(Type, String, Object[]) Method

Definition

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

Parameters

type
Type
methodName
String
parameters
Object[]

Returns

Applies to