EmitOptions.InstrumentationKinds Property
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.
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)