Range Class
Note: This API is now obsolete.
Represents binary data.
Inheritance Hierarchy
System.Object
TcHmiSrv.Range
Namespace: TcHmiSrv
Assembly: TcHmiSrvExtNet (in
TcHmiSrvExtNet.dll) Version: 3.0.0.0
Syntax
C#
[ObsoleteAttribute("Type 'TcHmiSrv.Range' is obsolete.")]
public class Range : IEquatable<Range>,
IDisposable
The Range type exposes the following members.
Constructors
|
Name |
Description |
---|---|---|
|
Initializes a new instance of the Range class | |
|
Initializes a new instance of the Range class with the specified lower and upper bound. |
Methods
|
Name |
Description |
---|---|---|
|
Releases all resources used by the Range | |
|
Releases the unmanaged resources used by the Range and optionally releases the managed resources | |
|
Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
|
Indicates whether the current Range is equal to another Range. | |
|
(Overrides Object.Finalize..) | |
|
Serves as the default hash function. (Inherited from Object.) | |
|
Gets the Type of the current instance. (Inherited from Object.) | |
|
Creates a shallow copy of the current Object. (Inherited from Object.) | |
|
Returns a string that represents the current object. (Inherited from Object.) |
Operators
|
Name |
Description |
---|---|---|
|
Determines whether two instances of the Range class are equal. | |
|
Determines whether two instances of the Range class are not equal. |