Oid Class |
public class Oid
The Oid type exposes the following members.
Name | Description | |
---|---|---|
![]() | Arcs | Returns an array containing all arcs of this OID, in sequence. |
![]() | FinalArc | Returns the final (rightmost) arc of this OID. |
![]() | Parent | Returns the OID obtained by removing the final arc of this OID. |
![]() | Uri | Returns the URI corresponding to this OID, following RFC 3061. |
Name | Description | |
---|---|---|
![]() | Child | Creates an OID by appending the specified arc to this OID. |
![]() | Equals |
Test equality with another object
(Overrides ObjectEquals(Object)) |
![]() ![]() | FromArcs | Creates an OID having the specified arcs. |
![]() ![]() | FromUri | Creates an OID corresponding to the specified URI. The URI must be formatted according to RFC 3061 |
![]() | GetHashCode |
Return hash code for current object
(Overrides ObjectGetHashCode) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |