Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CreateInstanceAttribute Constructors

Specifies that a Domain Component‘s target method will create Domain Component instances.
Name Parameters Description
CreateInstanceAttribute() none Initializes a new instance of the CreateInstanceAttribute.
CreateInstanceAttribute(Type) instanceType Initializes a new instance of the CreateInstanceAttribute and overrides the return type of the target method.
See Also