PexCreatableByMethodAndSettersAttribute.CreatableByMethodAndSetters Constructor

Definition

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.

Applies to