43 writes to
System.Management (17)
Instrumentation\SchemaRegistration.cs (16)
558
inst
[
"NamespaceName"] = NamespaceName;
566
inst
[
"Name"] = DecoupledProviderInstanceName;
567
inst
[
"RegisteredBuild"] = AssemblyUniqueIdentifier;
568
inst
[
"FullName"] = AssemblyName;
569
inst
[
"PathToAssembly"] = AssemblyPath;
570
inst
[
"Code"] = "";
571
inst
[
"Mof"] = "";
579
inst
[
"Name"] = DecoupledProviderInstanceName;
580
inst
[
"HostingModel"] = "Decoupled:Com"; //
582
inst
[
"SecurityDescriptor"] = SecurityDescriptor;
594
inst
[
"provider"] = "\\\\.\\"+ProviderPath;
600
inst
[
"EventQueryList"] = queries;
608
inst
[
"provider"] = "\\\\.\\"+ProviderPath;
609
inst
[
"SupportsGet"] = true;
610
inst
[
"SupportsEnumeration"] = true;
729
inst
[
"Name"] = childNamespaceName;
managementobject.cs (1)
2768
inParams
[
propertyName] = args [minIndex + idIndex];
WsatConfig (13)
Configuration\RemoteHelper.cs (1)
68
inParams
[
InputParameters.CommandLine] = GetDeploymentPath() + " " + arguments;
Configuration\StdRegProviderWrapper.cs (12)
166
inParams
[
InputParameters.DefKey] = this.hiveValue;
167
inParams
[
InputParameters.SubKeyName] = subKey;
168
inParams
[
InputParameters.ValueName] = name;
201
inParams
[
InputParameters.DefKey] = this.hiveValue;
202
inParams
[
InputParameters.SubKeyName] = subKey;
203
inParams
[
InputParameters.ValueName] = name;
204
inParams
[
valueKey] = value;
238
inParams
[
InputParameters.DefKey] = this.hiveValue;
239
inParams
[
InputParameters.SubKeyName] = this.subKey;
285
inParams
[
InputParameters.DefKey] = this.hiveValue;
286
inParams
[
InputParameters.SubKeyName] = this.subKey;
287
inParams
[
InputParameters.AccessPermission] = accessPermission;
WsatUI (13)
Configuration\RemoteHelper.cs (1)
68
inParams
[
InputParameters.CommandLine] = GetDeploymentPath() + " " + arguments;
Configuration\StdRegProviderWrapper.cs (12)
166
inParams
[
InputParameters.DefKey] = this.hiveValue;
167
inParams
[
InputParameters.SubKeyName] = subKey;
168
inParams
[
InputParameters.ValueName] = name;
201
inParams
[
InputParameters.DefKey] = this.hiveValue;
202
inParams
[
InputParameters.SubKeyName] = subKey;
203
inParams
[
InputParameters.ValueName] = name;
204
inParams
[
valueKey] = value;
238
inParams
[
InputParameters.DefKey] = this.hiveValue;
239
inParams
[
InputParameters.SubKeyName] = this.subKey;
285
inParams
[
InputParameters.DefKey] = this.hiveValue;
286
inParams
[
InputParameters.SubKeyName] = this.subKey;
287
inParams
[
InputParameters.AccessPermission] = accessPermission;
20 references to
System.Management (8)
Instrumentation\SchemaRegistration.cs (3)
162
return (0==String.Compare(AssemblyUniqueIdentifier,inst
[
"RegisteredBuild"].ToString(),StringComparison.OrdinalIgnoreCase));
179
bRet = (0 != String.Compare(AssemblyUniqueIdentifier, obj
[
"RegisteredBuild"].ToString(), StringComparison.OrdinalIgnoreCase));
305
if(cls
[
"HostingModel"].ToString() != "Decoupled:Com")
managementexception.cs (2)
610
msg = (string)errObj
[
"Description"];
633
msg = (string)errObj
[
"Description"];
managementobject.cs (2)
2843
result = outParams
[
RETURNVALUE];
2859
args [minIndex + idIndex] = outParams
[
propertyName];
property.cs (1)
164
((ManagementObject)parent).Path.UpdateRelativePath((string)parent
[
"__RELPATH"]);
WsatConfig (6)
Configuration\StdRegProviderWrapper.cs (6)
172
uint ret = (uint)outParams
[
OutputParameters.ReturnValue];
175
return outParams
[
valueKey];
208
uint ret = (uint)outParams
[
OutputParameters.ReturnValue];
242
uint ret = (uint)outParams
[
OutputParameters.ReturnValue];
290
uint ret = (uint)outParams
[
OutputParameters.ReturnValue];
291
isAccessGranted = (bool)outParams
[
OutputParameters.IsAccessGranted];
WsatUI (6)
Configuration\StdRegProviderWrapper.cs (6)
172
uint ret = (uint)outParams
[
OutputParameters.ReturnValue];
175
return outParams
[
valueKey];
208
uint ret = (uint)outParams
[
OutputParameters.ReturnValue];
242
uint ret = (uint)outParams
[
OutputParameters.ReturnValue];
290
uint ret = (uint)outParams
[
OutputParameters.ReturnValue];
291
isAccessGranted = (bool)outParams
[
OutputParameters.IsAccessGranted];