PexMonitorSettingsAttributeBase 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 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
- 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) |