ManagementBaseObject::GetText Method (TextFormat)
.NET Framework (current version)
Returns a textual representation of the object in the specified format.
Assembly: System.Management (in System.Management.dll)
Parameters
- format
-
Type:
System.Management::TextFormat
The requested textual format.
Currently, the only format that WMI supports is Managed Object Format (MOF). In the future, other formats will be supported, such as Extensible Markup Language (XML).
Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
The following example displays the MOF code for the Win32_Process class by using the GetText method. For more information about the Win32_Process class, see the Windows Management Instrumentation documentation in the MSDN Library at http://msdn.microsoft.com/library.
.NET Framework
Available since 1.1
Available since 1.1
Show: