19 references to InstrumentationType
System.Management (19)
Instrumentation\Attributes.cs (8)
297InstrumentationType instrumentationType; 310public InstrumentationClassAttribute(InstrumentationType instrumentationType) 323public InstrumentationClassAttribute(InstrumentationType instrumentationType, string managedBaseClassName) 333/// Contains an <see cref='System.Management.Instrumentation.InstrumentationType'/> value that 336public InstrumentationType InstrumentationType 453case InstrumentationType.Abstract: 455case InstrumentationType.Instance: 457case 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: