Platforms to show: All Mac Windows Linux Cross-Platform
WMIObjectMBS class
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| class | Windows | MBS Win Plugin | 12.0 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
- 3 properties
- property Handle as Integer
- property Lasterror as Integer
- property LasterrorMessage as String
- 22 methods
- method GetNames as string()
- method GetProperty(Name as string) as Variant
- method GetPropertyBoolean(Name as string) as Boolean
- method GetPropertyBooleanArray(Name as string) as Boolean()
- method GetPropertyDouble(Name as string) as Double
- method GetPropertyDoubleArray(Name as string) as Double()
- method GetPropertyInt16Array(Name as string) as Int16()
- method GetPropertyInt32Array(Name as string) as Int32()
- method GetPropertyInt64(Name as string) as Int64
- method GetPropertyInt64Array(Name as string) as Int64()
- method GetPropertyInt8Array(Name as string) as Int8()
- method GetPropertyInteger(Name as string) as Integer
- method GetPropertyObject(Name as string) as WMIObjectMBS
- method GetPropertySingleArray(Name as string) as Single()
- method GetPropertyString(Name as string) as string
- method GetPropertyStringArray(Name as string) as string()
- method GetPropertyType(Name as string) as Integer
- method GetPropertyTypeString(Name as string) as string
- method GetPropertyUInt16Array(Name as string) as UInt16()
- method GetPropertyUInt32Array(Name as string) as UInt32()
- method GetPropertyUInt64Array(Name as string) as UInt64()
- method GetPropertyUInt8Array(Name as string) as UInt8()
Sub classes:
Blog Entries
- News from the MBS Xojo Plugins in Version 25.4
- MonkeyBread Software Releases the MBS Xojo Plugins in version 25.4
- MBS Xojo Plugins, version 25.4pr2
- MBS Xojo / Real Studio Plugins, version 13.5pr6
- MBS Xojo / Real Studio Plugins, version 13.4pr2
- MBS Xojo / Real Studio Plugins, version 13.4pr1
- MonkeyBread Software Releases the MBS Real Studio plug-ins in version 13.1
- MBS Real Studio Plugins, version 13.1pr15
- MBS Releases the MBS Real Studio plug-ins in version 12.0
- MBS Real Studio Plugins, version 11.4pr1
Release notes
- Version 25.4
- Added WMIObjectMBS GetPropertyBooleanArray, GetPropertyUInt64Array, GetPropertyInt64Array, GetPropertyUInt32Array, GetPropertyInt32Array, GetPropertyUInt8Array, GetPropertyInt8Array, GetPropertyUInt16Array, GetPropertyInt16Array, GetPropertyDoubleArray and GetPropertySingleArray methods to WMIObjectMBS class.
- Improved GetProperty method in WMIObjectMBS class.
Some examples using this class:
- /Win/WMI/WMI File Events
- /Win/WMI/WMI Process Creation Events
- /Win/WMI/WMI Process Creation Events via Remote
Some related classes:
The items on this page are in the following plugins: MBS Win Plugin.