IOperatingSystemDynamicInfoProvider Interface |
Namespace: Xcalibur.WMI.OperatingSystem
The IOperatingSystemDynamicInfoProvider type exposes the following members.
Name | Description | |
---|---|---|
![]() | Id |
Gets or sets the id.
(Inherited from IWmiModelBaseTData.) |
![]() | QueryBuilder |
Gets or sets the query items.
Note: This is only used for Pull implementations.
(Inherited from IWmiModelBaseTData.) |
![]() | Results |
List of results from GetResults or GetResultsAsync.
This has been made public in the event that an alternate method will be used
outside of this class.
(Inherited from IWmiModelBaseTData.) |
![]() | Searcher |
The ManagementSeacherObject affiliates with the specific WMI class used when pulling data.
(Inherited from IWmiPullModelBaseTData.) |
![]() | WmiClass |
WMI class that corresponds to the searcher.
(Inherited from IWmiModelBaseTData.) |
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | Get |
Gets the specified object.
(Inherited from IWmiModelBaseTData.) |
![]() | Pull |
Gets the results.
(Inherited from IWmiPullModelBaseTData.) |
![]() | Refresh |
Performs a Get operation on the current data based on a user specified override.
(Inherited from IWmiPullModelBaseTData.) |
![]() | Update(Int32) |
Updates this instance.
(Inherited from IWmiModelBaseTData.) |
![]() | UpdateTConfig(TConfig, Int32) |
Updates the specified configuration.
(Inherited from IWmiModelBaseTData.) |