2 writes to classobj
System.Management (2)
WmiGenerator.cs (2)
150
this.
classobj
= cls;
578
classobj
= new ManagementClass (thePath);
17 references to classobj
System.Management (17)
WmiGenerator.cs (17)
226
if (
classobj
== null)
554
if (
classobj
== null)
583
ManagementPath thePath =
classobj
.Path;
615
classobj
.Get();
623
foreach (QualifierData q in
classobj
.Qualifiers)
719
if (
classobj
.Properties != null)
721
foreach(PropertyData prop in
classobj
.Properties)
727
if (
classobj
.Methods != null)
729
foreach(MethodData meth in
classobj
.Methods)
1153
foreach (PropertyData prop in
classobj
.SystemProperties)
1225
PropertyData prop =
classobj
.Properties[PublicProperties.GetKey(i).ToString()];
2705
classobj
.Qualifiers["priveleges"].ToString();
2848
MethodData meth =
classobj
.Methods[PublicMethods.GetKey(k).ToString()];
3507
new CodePrimitiveExpression(
classobj
.Scope.Path.NamespacePath)));
3528
new CodePrimitiveExpression(
classobj
.Scope.Path.NamespacePath)));
3688
new CodePrimitiveExpression(
classobj
.Scope.Path.NamespacePath)));
5279
ret = System.Convert.ToBoolean(
classobj
.Qualifiers["dynamic"].Value,(IFormatProvider)CultureInfo.InvariantCulture.GetFormat(typeof(System.Boolean)));