SWbemObject.GetObjectText_ method
The GetObjectText_ method of the SWbemObject object returns a textual rendering of the object. This object can be used to display an object's contents. Currently, only the MOF syntax is supported as an output format. Notice that the MOF text returned does not contain all the information about the object; the MOF text contains only enough information for the MOF compiler to be able to re-create the original object. For instance, there is no information about the propagated qualifiers or the parent class properties.
For an explanation of this syntax, see Document Conventions for the Scripting API.
Syntax
strMofText = .GetObjectText_( _
[ ByVal iFlags ] _
)
Parameters
- iFlags [in, optional]
-
Reserved and must be 0 (zero) if specified.
Return value
If successful, this method returns a string that contains the output text.
Error codes
After the completion of the GetObjectText_ method, the Err object may contain one of the error codes in the following table.
| Error (Name/Dec/Hex) | Meaning |
|---|---|
|
Unspecified error. |
|
Invalid parameter was specified. |
|
Not enough memory to complete the operation. |
Examples
For script code examples, see WMI Tasks for Scripts and Applications and the TechNet ScriptCenter Script Repository.
Requirements
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Type library |
|
|
DLL |
|
Send comments about this topic to Microsoft
Build date: 11/19/2012