Visual Basic (Declaration) | |
---|---|
Public MustInherit Class InputExtension Inherits RemotableObject Implements IPropertyInfo, IPropertyInfo2, IRemoteNotifyPropertyChanged, IRemoteNotifyPropertyInfoChanged |
C# | |
---|---|
public abstract class InputExtension : RemotableObject, IPropertyInfo, IPropertyInfo2, IRemoteNotifyPropertyChanged, IRemoteNotifyPropertyInfoChanged |
C++/CLI | |
---|---|
public ref class InputExtension abstract : public RemotableObject, IPropertyInfo, IPropertyInfo2, IRemoteNotifyPropertyChanged, IRemoteNotifyPropertyInfoChanged |
An input extension class may be provided for specific models of hardware in order to allow for unique settings on that hardware. This class provides base functionality and will be subclassed to provide functionality specific to certain models of hardware.
There will be one instance of an input extension for each HardwareGroup hardware group in the currently selected analyzer (Measurement.SelectedAnalyzer).
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)