6 references to GetText
System.Management (6)
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 (2)
12
/// <para>Describes the possible text formats that can be used with <see cref='System.Management.ManagementBaseObject.
GetText
'/>.</para>
746
localHash = this.
GetText
(TextFormat.Mof).GetHashCode();