9 references to TextFormat
System.Management (9)
Instrumentation\SchemaRegistration.cs (4)
856
if(newClass.GetText(
TextFormat
.Mof) != oldClass.GetText(
TextFormat
.Mof))
867
throw new ArgumentException(String.Format(strformat, classPath, newClass.GetText(
TextFormat
.Mof)), e);
873
return obj.GetText(
TextFormat
.Mof).Replace("\n", "\r\n") + "\r\n";
managementbaseobject.cs (5)
612
public string GetText(
TextFormat
format)
623
case
TextFormat
.Mof :
637
case
TextFormat
.CimDtd20 :
638
case
TextFormat
.WmiDtd20 :
746
localHash = this.GetText(
TextFormat
.Mof).GetHashCode();