PexSuppressUninstrumentedMethodFromNamespaceAttribute 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 PexSuppressUninstrumentedMethodFromNamespaceAttribute sealed : Microsoft::Pex::Framework::Suppression::PexSuppressUninstrumentedMethodAttributeBase
[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)]
public sealed class PexSuppressUninstrumentedMethodFromNamespaceAttribute : Microsoft.Pex.Framework.Suppression.PexSuppressUninstrumentedMethodAttributeBase
[<System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)>]
type PexSuppressUninstrumentedMethodFromNamespaceAttribute = class
inherit PexSuppressUninstrumentedMethodAttributeBase
Public NotInheritable Class PexSuppressUninstrumentedMethodFromNamespaceAttribute
Inherits PexSuppressUninstrumentedMethodAttributeBase
- Inheritance
-
PexSuppressUninstrumentedMethodFromNamespaceAttribute
- Attributes
Constructors
PexSuppressUninstrumentedMethodFromNamespaceAttribute(String[]) |
Initializes a new instance of the PexSuppressUninstrumentedMethodFromNamespaceAttribute class. |
PexSuppressUninstrumentedMethodFromNamespaceAttribute(Type[]) |
Initializes a new instance of the PexSuppressUninstrumentedMethodFromNamespaceAttribute class. |
Properties
IgnoreNullNamespace |
Gets a value indicating whether methods defined in classes that are not part of any namespace should be reported. |
Name |
Gets the name of this package. (Inherited from PexExplorationPackageAttributeBase) |
Namespaces |
Gets the namespace. |