Click or drag to resize

ObjectIdentifier Methods

The ObjectIdentifier type exposes the following members.

Methods
  Name Description
Public method AppendBytesTo Appends the bytes to Stream.
Public method Static member AppendTo Appends an extra number to the array.
Public method Compare Compares the current object with another object of the same type.
Public method CompareTo(Object) Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
Public method CompareTo(ObjectIdentifier) Compares the current object with another object of the same type.
Public method Static member Convert(String) Converts dotted String to unsigned integer array.
Public method Static member Convert(UInt32) Converts unsigned integer array to dotted String.
Public method Static member Create Creates a new ObjectIdentifier instance.
Public method Equals(Object) Determines whether the specified Object is equal to the current ObjectIdentifier.
(Overrides ObjectEquals(Object))
Public method Equals(ObjectIdentifier) Indicates whether the current object is equal to another object of the same type.
Public method GetHashCode Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode)
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Public method ToNumerical Convers to numerical ID.
Public method ToString Returns a String that represents this ObjectIdentifier.
(Overrides ObjectToString)
Top
Extension Methods
  Name Description
Public Extension Method GetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension Method GetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension Method GetErrorMessage Returns error message for the specific ObjectIdentifier.
(Defined by Messenger)
Public Extension Method ToBytes Converts to byte format.
(Defined by SnmpDataExtension)
Top
See Also