The V2PartyClock type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| V2PartyClock | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Clone | Creates and returns a duplicate object of self.
(Overrides UInteger32..::.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.
(Inherited from UInteger32.) | |
| encode | Used to encode the integer value into an ASN.1 buffer.
The passed encoder defines the method for encoding the
data.
(Inherited from UInteger32.) | |
| Equals |
Compare class value against the object argument. Supported argument types are
UInteger32 and Int32.
(Inherited from UInteger32.) | |
| 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.
(Inherited from UInteger32.) | |
| 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 UInteger32..::.ToString()()().) |
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
(Inherited from UInteger32.) |