PexSuppressUninstrumentedMethodFromAssemblyAttribute 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 messages from a particular assembly
public ref class PexSuppressUninstrumentedMethodFromAssemblyAttribute sealed : Microsoft::Pex::Framework::Suppression::PexSuppressUninstrumentedMethodAttributeBase
[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)]
public sealed class PexSuppressUninstrumentedMethodFromAssemblyAttribute : Microsoft.Pex.Framework.Suppression.PexSuppressUninstrumentedMethodAttributeBase
[<System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)>]
type PexSuppressUninstrumentedMethodFromAssemblyAttribute = class
inherit PexSuppressUninstrumentedMethodAttributeBase
Public NotInheritable Class PexSuppressUninstrumentedMethodFromAssemblyAttribute
Inherits PexSuppressUninstrumentedMethodAttributeBase
- Inheritance
-
PexSuppressUninstrumentedMethodFromAssemblyAttribute
- Attributes
Constructors
PexSuppressUninstrumentedMethodFromAssemblyAttribute(String) |
Initializes a new instance of the PexSuppressUninstrumentedMethodFromAssemblyAttribute class. |
PexSuppressUninstrumentedMethodFromAssemblyAttribute(Type) |
Initializes a new instance of the PexSuppressUninstrumentedMethodFromAssemblyAttribute class. |
Properties
AssemblyName |
Gets the name of the assembly. |
Name |
Gets the name of this package. (Inherited from PexExplorationPackageAttributeBase) |