PexCreatableByMethodAndSettersAttribute.CreatableByMethodAndSetters Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the PexCreatableByMethodAndSettersAttribute.CreatableByMethodAndSetters class.
public:
CreatableByMethodAndSetters(Microsoft::Pex::Framework::Creatable::PexCreatableByMethodAndSettersAttribute ^ attribute, Microsoft::Pex::Engine::ComponentModel::IPexExplorationComponent ^ host, cli::array <Microsoft::ExtendedReflection::Metadata::TypeEx ^> ^ genericTypeArguments);
public CreatableByMethodAndSetters (Microsoft.Pex.Framework.Creatable.PexCreatableByMethodAndSettersAttribute attribute, Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent host, Microsoft.ExtendedReflection.Metadata.TypeEx[] genericTypeArguments);
new Microsoft.Pex.Framework.Creatable.PexCreatableByMethodAndSettersAttribute.CreatableByMethodAndSetters : Microsoft.Pex.Framework.Creatable.PexCreatableByMethodAndSettersAttribute * Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent * Microsoft.ExtendedReflection.Metadata.TypeEx[] -> Microsoft.Pex.Framework.Creatable.PexCreatableByMethodAndSettersAttribute.CreatableByMethodAndSetters
Public Sub New (attribute As PexCreatableByMethodAndSettersAttribute, host As IPexExplorationComponent, genericTypeArguments As TypeEx())
Parameters
- attribute
- PexCreatableByMethodAndSettersAttribute
The attribute.
- host
- Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent
The host.
- genericTypeArguments
- Microsoft.ExtendedReflection.Metadata.TypeEx[]
The generic type arguments.