Share via


PexInstrumentAssemblyAttributeBase Class

Definition

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
PexInstrumentAssemblyAttributeBase
Derived
Attributes

Constructors

Name Description
PexInstrumentAssemblyAttributeBase()

Properties

Name Description
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

Name Description
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

Name Description
IServiceProvider.GetService(Type) (Inherited from PexMonitorSettingsAttributeBase)

Applies to