ObjectConstruction Constructor |
Name | Description | |
---|---|---|
ObjectConstruction(CustomAttributeData) |
Initializes a new type-safe ObjectConstruction from a CustomAttributeData | |
ObjectConstruction(ConstructorInfo, Object[]) |
Initializes a new type-safe ObjectConstruction from a ConstructorInfo.
| |
ObjectConstruction(String, Object[]) |
Initializes a new ObjectConstruction by specifying a type name and a list of constructor arguments.
| |
ObjectConstruction(Type, Object[]) |
Initializes a new ObjectConstruction by specifying a type name and a list of constructor arguments.
|