UtilWMIGetAllValuesInWMIClassNameAsString Method

Returns a String representation of all the property and values in the specified WIM class name.

Definition

Namespace: DevCase.Core.Diagnostics.WMI
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static string GetAllValuesInWMIClassNameAsString(
	string classname,
	bool includeReferenceProperties,
	bool includeNulValues
)

Parameters

classname  String
The WMI class name where to fetch its properties.
includeReferenceProperties  Boolean
to include reference properties.
includeNulValues  Boolean
to include values that are nul.

Return Value

String
The resulting String representation of all the property and values in the specified WIM class name.

Example

This is a code example.
C#
No code example is currently available or this language may not be supported.

See Also