ObjectConstruction Constructor (Type, Object[]) |
Initializes a new ObjectConstruction by specifying a type name and a list of constructor arguments.
Namespace: PostSharp.Reflection
Assembly: PostSharp (in PostSharp.dll) Version: 6.5.19.0 (6.5.19.0)
C#
public ObjectConstruction( Type type, params Object[] constructorArguments )
Parameters
- type
- Type: System.Type
Object type. - constructorArguments
- Type: System.Object[]
Arguments passed to the constructor.