ObjectConstruction Constructor (ConstructorInfo, Object[]) |
Initializes a new type-safe ObjectConstruction from a ConstructorInfo.
Namespace: PostSharp.Reflection
Assembly: PostSharp (in PostSharp.dll) Version: 6.8.6.0 (6.8.6.0)
C#
public ObjectConstruction( ConstructorInfo constructor, params Object[] constructorArguments )
Parameters
- constructor
- Type: System.Reflection.ConstructorInfo
Constructor. - constructorArguments
- Type: System.Object[]
Arguments passed to the constructor.