PexInstrumentAssemblyAttributeBase 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.
Abstract base class for attribute that specify assemblies to instrument
public ref class PexInstrumentAssemblyAttributeBase abstract : Microsoft::Pex::Framework::Instrumentation::PexMonitorSettingsAttributeBase
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
public abstract class PexInstrumentAssemblyAttributeBase : Microsoft.Pex.Framework.Instrumentation.PexMonitorSettingsAttributeBase
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)>]
type PexInstrumentAssemblyAttributeBase = class
inherit PexMonitorSettingsAttributeBase
Public MustInherit Class PexInstrumentAssemblyAttributeBase
Inherits PexMonitorSettingsAttributeBase
- Inheritance
- Derived
- Attributes
Constructors
PexInstrumentAssemblyAttributeBase() |
Properties
DisablingEnvironmentVariable |
Gets or sets the name of the environment variable that can be set to disable this attribute (Inherited from PexMonitorSettingsAttributeBase) |
InstrumentationLevel |
Gets or sets the instrumentation level. The 'protected' level is not supported at the assembly level |
IsDisabled |
Gets a value indicating if these settings were disabled (Inherited from PexMonitorSettingsAttributeBase) |
Methods
CreateInstrumentationProvider() |
Creates the instrumentation provider |
GetService(Type) |
Gets a service if available (Inherited from PexMonitorSettingsAttributeBase) |
GetTargetAssemblies() |
Gets a list of AssemblyName to instrument |
Explicit Interface Implementations
IServiceProvider.GetService(Type) | (Inherited from PexMonitorSettingsAttributeBase) |