[This is preliminary documentation and subject to change.]
[TBD]
[Visual Basic] Public Shared Function CreateInstance( _ ByVal type As Type, _ ByVal ctorArgTypes As Type(), _ ByVal ctorArgValues As Object() _ ) As Object
[C#] public static object CreateInstance( Typetype, Type[]ctorArgTypes, object[]ctorArgValues );