Constable Authorization Engine 2.0 BETA

DesignHelper.CreateInstance Method 

[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(
   Type type,
   Type[] ctorArgTypes,
   object[] ctorArgValues
);

See Also

DesignHelper Class | LaMarvin.Constable.Design Namespace