Click or drag to resize

IOptionalFeatureInfoProvider Interface

Optional Feature Information Provider - interface.

Namespace:  Xcalibur.WMI.InstalledApps
Assembly:  Xcalibur.WMI (in Xcalibur.WMI.dll) Version: 3.0.0.0 (3.0.1.0)
Syntax
public interface IOptionalFeatureInfoProvider : IWmiPullModelBase<IOptionalFeatureInfo>, 
	IWmiModelBase<IOptionalFeatureInfo>, IDisposable

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