1 write to classPath
System.Management (1)
Instrumentation\SchemaMapping.cs (1)
53
classPath
= naming.NamespaceName + ":" + className;
2 references to classPath
System.Management (2)
Instrumentation\SchemaMapping.cs (2)
27
public string ClassPath { get { return
classPath
; } }
91
codeOneLineMembers.Line("static ManagementClass managementClass = new ManagementClass(@\"" +
classPath
+ "\");");