Share via


CLRInterop.staticInvokeImpl(String, String, Object[], Type) Method

Definition

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

Returns

Applies to