PexInstrumentationLevel Enum

Definition

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

Excluded 1

Excluded from the instrumentation list

Instrument 4

Default instrumentation for IntelliTest exploration

Protected 2

Protected instrumentation. Supported for classes or value types only.

Applies to