|
xentara-utils v2.0.6
The Xentara Utility Library
|
#include <xentara/utils/windows/wmi/Object.hpp>
Public Member Functions | |
| Object () | |
| Default constructor. | |
| internal auto | property (const wchar_t *name) const -> com::Variant |
| Gets a property of the object. | |
| xentara::utils::windows::wmi::Object::Object | ( | ) |
Default constructor.
Creates an invalid object that mustbne assigned a valid object before being used.
| internal auto xentara::utils::windows::wmi::Object::property | ( | const wchar_t * | name | ) | const -> com::Variant |
Gets a property of the object.
| name | The name of the property |
| std::runtime_error | an error occurred |