4 references to InstrumentationClassName
System.Management (4)
Instrumentation\SchemaRegistration.cs (4)
125
string InstrumentationClassPath {get {return MakeClassPath(assemblyInfo.NamespaceName,
InstrumentationClassName
);} }
136
string GlobalInstrumentationClassPath {get {return MakeClassPath(GlobalWmiNetNamespace,
InstrumentationClassName
);} }
632
newClass.SystemProperties ["__CLASS"].Value =
InstrumentationClassName
;
640
newClass.SystemProperties ["__CLASS"].Value =
InstrumentationClassName
;