Click or drag to resize

DeviceProductRestriction Class

This class is used to check if a device has the proper product id for the target firmware.
Inheritance Hierarchy
SystemObject
  ProScriptDeviceProductRestriction

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public class DeviceProductRestriction : IFirmwareRestriction

The DeviceProductRestriction type exposes the following members.

Constructors
  NameDescription
Public methodDeviceProductRestriction
Initializes a new instance of the DeviceProductRestriction class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMeetsRestriction
Determines whether the given device is compatible with this firmware
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also