PexInstrumentationLevel Enum
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.
An enumeration describing different level of code instrumentation. The impact of the instrumentation grows with the value of the enum.
This enumeration supports a bitwise combination of its member values.
public enum class PexInstrumentationLevel
[System.Flags]
[System.Serializable]
public enum PexInstrumentationLevel
[<System.Flags>]
[<System.Serializable>]
type PexInstrumentationLevel =
Public Enum PexInstrumentationLevel
- Inheritance
-
PexInstrumentationLevel
- Attributes
Fields
Name | Value | Description |
---|---|---|
Excluded | 1 | Excluded from the instrumentation list |
Protected | 2 | Protected instrumentation. Supported for classes or value types only. |
Instrument | 4 | Default instrumentation for IntelliTest exploration |