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