Xcalibur.WMI.Framework Namespace |
| Class | Description | |
|---|---|---|
| PropertyOperation |
Property operations.
| |
| WmiEventWatcher |
WMI Event Watcher.
For more information see:
ManagementEventWatcher Class | |
| WmiModelBaseTData, TDataModel |
Base class for all WMI models. The generic describes the corresponding
configuration type of the class - interface.
| |
| WmiPullModelBaseTData, TDataModel |
Base class for all pull-based WMI models. The generic describes the corresponding
configuration type of the class.
| |
| WmiPushModelBaseTData, TDataModel |
Base class for all push-based WMI models. The generic describes the corresponding
configuration type of the class.
| |
| WmiQueryBuilderT |
WMI Query Builder.
| |
| WmiQueryItem |
WMI Query Item.
|
| Interface | Description | |
|---|---|---|
| IEventWatcher |
Event watcher extensions - interface.
| |
| IWmiEventWatcher |
WMI Event Watcher - interface.
For more information see:
ManagementEventWatcher Class | |
| IWmiModelBaseTData |
Base class for all WMI models. The generic describes the corresponding
configuration type of the class.
| |
| IWmiPullModelBaseTData |
Base class for all pull-based WMI models. The generic describes the corresponding
configuration type of the class - interface.
| |
| IWmiPushModelBaseTData |
Base class for all push-based WMI models. The generic describes the corresponding
configuration type of the class - interface.
| |
| IWmiQueryBuilderT |
WMI Query Builder - interface.
| |
| IWmiQueryItem |
WMI Query Item - interface.
|
| Delegate | Description | |
|---|---|---|
| WmiPushModelBaseTData, TDataModelItemChangedEventHandler |
A delegate for managing when there is an Item-based event.
Note: We use this instead of EventArrivedEventHandler to allow the
proper model type to be returned instead of "object".
|