19 references to InstrumentationType
System.Management (19)
Instrumentation\Attributes.cs (8)
297
InstrumentationType
instrumentationType;
310
public InstrumentationClassAttribute(
InstrumentationType
instrumentationType)
323
public InstrumentationClassAttribute(
InstrumentationType
instrumentationType, string managedBaseClassName)
333
/// Contains an <see cref='System.Management.Instrumentation.
InstrumentationType
'/> value that
336
public
InstrumentationType
InstrumentationType
453
case
InstrumentationType
.Abstract:
455
case
InstrumentationType
.Instance:
457
case
InstrumentationType
.Event:
Instrumentation\Instrumentation.cs (2)
757
[InstrumentationClass(
InstrumentationType
.Event)]
892
[InstrumentationClass(
InstrumentationType
.Instance)]
Instrumentation\SchemaMapping.cs (6)
31
InstrumentationType
instrumentationType;
32
public
InstrumentationType
InstrumentationType { get { return instrumentationType; } }
63
if(instrumentationType ==
InstrumentationType
.Instance)
188
case
InstrumentationType
.Event:
190
case
InstrumentationType
.Instance:
198
case
InstrumentationType
.Abstract:
Instrumentation\SchemaRegistration.cs (3)
391
case
InstrumentationType
.Event:
395
case
InstrumentationType
.Instance:
399
case
InstrumentationType
.Abstract: