The Counter64 type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Clone | Duplicate current object. (Overrides AsnType..::..Clone()()()().) | |
| CompareTo(UInt64) |
Compare class value with the UInt64 variable
| |
| CompareTo(Counter64) |
Compare class value with the value of the second class
| |
| decode | Decode BER encoded Counter64 value
(Overrides AsnType..::..decode(array<Byte>[]()[][], Int32).) | |
| Diff |
Return difference between two Counter64 values taking counter roll-over into account.
| |
| encode | BER encode class value (Overrides AsnType..::..encode(MutableByte).) | |
| Equals |
Compare class value against the object argument. Supported argument types are
Counter64 and UInt64.
(Overrides Object..::..Equals(Object).) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Return class value hash code
(Overrides Object..::..GetHashCode()()()().) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Set(String) |
Parse an Counter64 value from a string.
| |
| Set(AsnType) |
SET class value from another Counter64 class cast as .
| |
| ToString |
Returns the string representation of the object.
(Overrides Object..::..ToString()()()().) |