Click or drag to resize

INetworkAdapterInfoProvider Interface

Network Adapter Information Provider - interface.

Namespace:  Xcalibur.WMI.Hardware.Network
Assembly:  Xcalibur.WMI (in Xcalibur.WMI.dll) Version: 3.0.0.0 (3.0.1.0)
Syntax
public interface INetworkAdapterInfoProvider : IWmiPullModelBase<INetworkAdapterInfo>, 
	IWmiModelBase<INetworkAdapterInfo>, IDisposable

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