PexPreparationMethodAttribute 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.
Tags methods used to prepare types. The method must be visible, static in a static class. It may have parameters.
public ref class PexPreparationMethodAttribute sealed : Microsoft::Pex::Framework::PexAttributeBase
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)]
public sealed class PexPreparationMethodAttribute : Microsoft.Pex.Framework.PexAttributeBase
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)>]
type PexPreparationMethodAttribute = class
inherit PexAttributeBase
Public NotInheritable Class PexPreparationMethodAttribute
Inherits PexAttributeBase
- Inheritance
- Attributes
Remarks
This attribute is attached to a method to indicate the type that needs to be prepared.
Constructors
PexPreparationMethodAttribute(String, String) |
Initializes a new instance of the PexPreparationMethodAttribute class. |
PexPreparationMethodAttribute(Type, String) |
Initializes a new instance of the PexPreparationMethodAttribute class. |
PexPreparationMethodAttribute(Type) |
Initializes a new instance of the PexPreparationMethodAttribute class. |
Properties
PreparedType |
Gets the prepared type |