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)
141
string DataDirectory {get {return Path.Combine(WMICapabilities.FrameworkDirectory,
NamespaceName
);} }
235
string ClassPathInRepository = MakeClassPath(
NamespaceName
, (string)obj.SystemProperties["__CLASS"].Value);
254
EnsureNamespaceInMof(
NamespaceName
),
262
PragmaNamespace(
NamespaceName
),
295
EnsureNamespace(context,
NamespaceName
);
416
log.WriteLine(iwoaDef+"new ManagementPath(@\""+this.
NamespaceName
+"\")"+iwoaDefEnd);
558
inst["NamespaceName"] =
NamespaceName
;
631
ManagementClass newClass = new ManagementClass(
NamespaceName
, "", null);