ObjectConstruction Constructor (String, 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: 2023.0.3.0 (2023.0.3.0)
C#
public ObjectConstruction( string typeName, params Object[] constructorArguments )
Parameters
- typeName
- Type: System.String
Name of the object type. - constructorArguments
- Type: System.Object[]
Arguments passed to the constructor.