次の方法で共有


PexMonitorSettingsAttributeBase Class

Definition

Abstract base class for attribute providing configuration settings for launching the monitored process.

public ref class PexMonitorSettingsAttributeBase abstract : Microsoft::Pex::Framework::PexAttributeBase, IServiceProvider
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
public abstract class PexMonitorSettingsAttributeBase : Microsoft.Pex.Framework.PexAttributeBase, IServiceProvider
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)>]
type PexMonitorSettingsAttributeBase = class
    inherit PexAttributeBase
    interface IServiceProvider
Public MustInherit Class PexMonitorSettingsAttributeBase
Inherits PexAttributeBase
Implements IServiceProvider
Inheritance
PexMonitorSettingsAttributeBase
Derived
Attributes
Implements

Constructors

PexMonitorSettingsAttributeBase()

Initializes a new instance of the PexMonitorSettingsAttributeBase class.

Properties

DisablingEnvironmentVariable

Gets or sets the name of the environment variable that can be set to disable this attribute

IsDisabled

Gets a value indicating if these settings were disabled

Methods

CreateInstrumentationProvider()

Creates an instrumentation providedr

GetService(Type)

Gets a service if available

Explicit Interface Implementations

IServiceProvider.GetService(Type)

Applies to