The ASBlob type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ASBlob(array<Byte>[]()[][]) |
Initializes a new instance of the ASBlob class.
|
![]() | ASBlob(array<Byte>[]()[][], Int32) |
Initializes a new instance of the ASBlob class.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals |
equality comparison of two ASBlob objects
(Overrides Object..::..Equals(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.) |
![]() | GetHashCode |
Get hashcode for the blob
(Overrides Object..::..GetHashCode()()()().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | PrintHexDump |
Hex dump of the blob
|
![]() | ToString |
String representation of ASBlob (print length only)
(Overrides Object..::..ToString()()()().) |
![]() | TrimBytes |
Trims the bytes.
|