PexSuppressUninstrumentedMethodFromTypeAttribute 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.
Suppresses uninstrumented call for any type in namespace and subnamespaces
public ref class PexSuppressUninstrumentedMethodFromTypeAttribute sealed : Microsoft::Pex::Framework::Suppression::PexSuppressUninstrumentedMethodAttributeBase
[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)]
public sealed class PexSuppressUninstrumentedMethodFromTypeAttribute : Microsoft.Pex.Framework.Suppression.PexSuppressUninstrumentedMethodAttributeBase
[<System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)>]
type PexSuppressUninstrumentedMethodFromTypeAttribute = class
inherit PexSuppressUninstrumentedMethodAttributeBase
Public NotInheritable Class PexSuppressUninstrumentedMethodFromTypeAttribute
Inherits PexSuppressUninstrumentedMethodAttributeBase
- Inheritance
-
PexSuppressUninstrumentedMethodFromTypeAttribute
- Attributes
Constructors
PexSuppressUninstrumentedMethodFromTypeAttribute(String) |
Initializes a new instance of the PexSuppressUninstrumentedMethodFromTypeAttribute class. |
PexSuppressUninstrumentedMethodFromTypeAttribute(String[]) |
Initializes a new instance of the PexSuppressUninstrumentedMethodFromNamespaceAttribute class. |
PexSuppressUninstrumentedMethodFromTypeAttribute(Type) |
Initializes a new instance of the PexSuppressUninstrumentedMethodFromTypeAttribute class. |
PexSuppressUninstrumentedMethodFromTypeAttribute(Type[]) |
Initializes a new instance of the PexSuppressUninstrumentedMethodFromTypeAttribute class. |
Properties
Name |
Gets the name of this package. (Inherited from PexExplorationPackageAttributeBase) |
TypeFullNames |
Gets the type full names. |