IReflectionCallHelperService.MakeStaticCall(Type, String, Object[]) 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:
System::Object ^ MakeStaticCall(Type ^ type, System::String ^ MethodName, cli::array <System::Object ^> ^ parameters);
public object MakeStaticCall (Type type, string MethodName, object[] parameters);
abstract 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[]