EmitOptions.InstrumentationKinds Property

Definition

Type of instrumentation that should be added to the output binary.

public:
 property System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Emit::InstrumentationKind> InstrumentationKinds { System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Emit::InstrumentationKind> get(); };
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Emit.InstrumentationKind> InstrumentationKinds { get; }
member this.InstrumentationKinds : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Emit.InstrumentationKind>
Public ReadOnly Property InstrumentationKinds As ImmutableArray(Of InstrumentationKind)

Property Value

Applies to