Share via


CLRInterop.createCLRObjectImpl(Int32, String, Object[], Type) Method

Definition

public:
 static System::Object ^ createCLRObjectImpl(int classId, System::String ^ clrFullTypeName, cli::array <System::Object ^> ^ parameters, Type ^ clrType);
public static object createCLRObjectImpl (int classId, string clrFullTypeName, object[] parameters, Type clrType);
static member createCLRObjectImpl : int * string * obj[] * Type -> obj
Public Shared Function createCLRObjectImpl (classId As Integer, clrFullTypeName As String, parameters As Object(), clrType As Type) As Object

Parameters

classId
Int32
clrFullTypeName
String
parameters
Object[]
clrType
Type

Returns

Applies to