Click or drag to resize

IBaseBoardProvider Interface

Motherboard Information Provider - interface.

Namespace:  Xcalibur.WMI.SystemInformation
Assembly:  Xcalibur.WMI (in Xcalibur.WMI.dll) Version: 3.0.0.0 (3.0.1.0)
Syntax
public interface IBaseBoardProvider : IWmiPullModelBase<IBaseBoardInfo>, 
	IWmiModelBase<IBaseBoardInfo>, IDisposable

The IBaseBoardProvider 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