Click or drag to resize

IMemoryUsageInfoProvider Interface

Memory Usage Information Provider - interface.

Namespace:  Xcalibur.WMI.Hardware.Memory
Assembly:  Xcalibur.WMI (in Xcalibur.WMI.dll) Version: 3.0.0.0 (3.0.1.0)
Syntax
public interface IMemoryUsageInfoProvider : IWmiPullModelBase<IMemoryUsageInfo>, 
	IWmiModelBase<IMemoryUsageInfo>, IDisposable

The IMemoryUsageInfoProvider type exposes the following members.

Properties
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGet
Gets the specified object.
(Inherited from IWmiModelBaseTData.)
Public methodPull
Gets the results.
(Inherited from IWmiPullModelBaseTData.)
Public methodRefresh
Performs a Get operation on the current data based on a user specified override.
(Inherited from IWmiPullModelBaseTData.)
Public methodUpdate(Int32)
Updates this instance.
(Inherited from IWmiModelBaseTData.)
Public methodUpdateTConfig(TConfig, Int32)
Updates the specified configuration.
(Inherited from IWmiModelBaseTData.)
Top
See Also