The ASBlob type exposes the following members.

Constructors

  NameDescription
Public methodASBlob(array<Byte>[]()[][])
Initializes a new instance of the ASBlob class.
Public methodASBlob(array<Byte>[]()[][], Int32)
Initializes a new instance of the ASBlob class.

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.

Properties

  NameDescription
Public propertyBytes
Get the byte array
Public propertyCapacity
Get the capacity of the blob
Public propertyLength
Get the length

See Also