The UInteger32 type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| UInteger32 | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Clone |
Returns a duplicate of the current object
(Overrides AsnType..::.Clone()()().) | |
| CompareTo | Overloaded. | |
| decode | Used to decode the integer value from the ASN.1 buffer.
The passed encoder is used to decode the ASN.1 information
and the integer value is stored in the internal object.
(Overrides AsnType..::.decode(array<Byte>[]()[], Int32).) | |
| encode | Used to encode the integer value into an ASN.1 buffer.
The passed encoder defines the method for encoding the
data.
(Overrides AsnType..::.encode(MutableByte).) | |
| Equals |
Compare class value against the object argument. Supported argument types are
UInteger32 and Int32.
(Overrides Object..::.Equals(Object).) | |
| FieldGetter | (Inherited from Object.) | |
| FieldSetter | (Inherited from 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.) | |
| GetFieldInfo | (Inherited from Object.) | |
| GetHashCode |
Returns hashed class value.
(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 | Overloaded. | |
| ToString |
Returns the string representation of the object.
(Overrides Object..::.ToString()()().) |
Operators
| Name | Description | |
|---|---|---|
| Addition |
Addition operator.
| |
| Equality |
Comparison operator
| |
| Implicit |
Implicit casting of the object value as UInt32 value
| |
| Inequality |
Negative comparison operator
| |
| Subtraction |
Subtraction operator
|
Fields
Properties
| Name | Description | |
|---|---|---|
| Type |
Return ASN.1 type of the object stored in this or derived class.
(Inherited from AsnType.) | |
| Value |
Value of the object. Returns 32 bit unsigned integer
|