PexExplorableFromConstructorAttribute Class
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.
Attribute to define how instances of a particular type can be created by using property setters and setter methods to set field values
public ref class PexExplorableFromConstructorAttribute sealed : Microsoft::Pex::Framework::Explorable::PexExplorableFromMethodAttribute
[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)]
public sealed class PexExplorableFromConstructorAttribute : Microsoft.Pex.Framework.Explorable.PexExplorableFromMethodAttribute
[<System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)>]
type PexExplorableFromConstructorAttribute = class
inherit PexExplorableFromMethodAttribute
Public NotInheritable Class PexExplorableFromConstructorAttribute
Inherits PexExplorableFromMethodAttribute
- Inheritance
-
PexExplorableFromConstructorAttribute
- Attributes
Constructors
PexExplorableFromConstructorAttribute(Type, Type[]) |
Initializes a new instance of the PexExplorableFromConstructorAttribute class. |
Properties
ExplorableType |
Gets the type to be created by exploration. (Inherited from PexExplorableAttributeBase) |
ExplorationMethod |
Gets the exploration method. (Inherited from PexExplorableFromMethodAttribute) |
Name |
Gets the name of this package. (Inherited from PexExplorationPackageAttributeBase) |