다음을 통해 공유


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

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

Applies to