CLRInterop.createCLRObjectImpl(Int32, 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 ^ 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