Olvasás angol nyelven

Megosztás a következőn keresztül:


InstrumentationKind Enum

Definition

Specifies a kind of instrumentation to be applied in generated code.

C#
public enum InstrumentationKind
Inheritance
InstrumentationKind

Fields

Name Value Description
None 0

No instrumentation.

TestCoverage 1

Instruments the code to add test coverage.

StackOverflowProbing 2

Instruments all methods, local functions and lambdas in the code with calls to EnsureSufficientExecutionStack(), to guard against accidental stack overflow.

ModuleCancellation 3

Instruments code with calls to ThrowIfCancellationRequested() on a module-level defined CancellationToken to enable cancellation of code that hasn't necessarily been written as cancellable.

Applies to

Termék Verziók
Roslyn 4.2.0, 4.3.0, 4.4.0, 4.5.0, 4.6.0, 4.7.0, 4.8.0, 4.9.2, 3.0.0, 3.1.0, 3.2.0, 3.2.1, 3.3.1, 3.4.0, 3.5.0, 3.6.0, 3.7.0, 3.8.0, 3.9.0, 3.10.0, 3.11.0, 4.0.1, 4.1.0, 4.12.2, 4.13.0