12 references to NamespaceName
System.Management (12)
Instrumentation\Instrumentation.cs (1)
270 threadParam.source = new EventSource(threadParam.naming.NamespaceName, threadParam.naming.DecoupledProviderInstanceName, this);
Instrumentation\SchemaMapping.cs (3)
53 classPath = naming.NamespaceName + ":" + className; 57 newClass = new ManagementClass(naming.NamespaceName, "", null); 62 ManagementClass baseClass = new ManagementClass(naming.NamespaceName + ":" + baseClassName);
Instrumentation\SchemaRegistration.cs (8)
141string DataDirectory {get {return Path.Combine(WMICapabilities.FrameworkDirectory, NamespaceName);} } 235 string ClassPathInRepository = MakeClassPath(NamespaceName, (string)obj.SystemProperties["__CLASS"].Value); 254EnsureNamespaceInMof(NamespaceName), 262PragmaNamespace(NamespaceName), 295EnsureNamespace(context, NamespaceName); 416 log.WriteLine(iwoaDef+"new ManagementPath(@\""+this.NamespaceName+"\")"+iwoaDefEnd); 558inst["NamespaceName"] = NamespaceName; 631ManagementClass newClass = new ManagementClass(NamespaceName, "", null);