The ASBlob type exposes the following members.

Methods

  NameDescription
Public methodEquals
equality comparison of two ASBlob objects
(Overrides Object..::..Equals(Object).)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Get hashcode for the blob
(Overrides Object..::..GetHashCode()()()().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPrintHexDump
Hex dump of the blob
Public methodToString
String representation of ASBlob (print length only)
(Overrides Object..::..ToString()()()().)
Public methodTrimBytes
Trims the bytes.

See Also