ByteCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ByteCollection is used as a wrapper class for the collection of bytes.
public ref class ByteCollection
[Windows::Foundation::Metadata::WebHostHidden]
class ByteCollection
public class ByteCollection
type ByteCollection = class
Public Class ByteCollection
- Inheritance
-
ByteCollection
Constructors
ByteCollection(Byte[]) |
Initializes a new instance of the ByteCollection class. |
ByteCollection(UInt32, Byte[], String) |
Obsolete.
Initializes a new instance of the ByteCollection class. |
ByteCollection(UInt32, Byte[]) |
Obsolete.
Initializes a new instance of the ByteCollection class. |
ByteCollection(UInt64, Byte[], String) |
Initializes a new instance of the ByteCollection class. |
ByteCollection(UInt64, Byte[]) |
Initializes a new instance of the ByteCollection class. |
ByteCollection(UInt64, String, Byte[]) |
Initializes a new instance of the ByteCollection class. |
Properties
Ascii |
Gets the ASCII string representation of the Bytes in this ByteCollection. |
Bytes |
Gets underlying bytes stored in the collection. |
HexBytes |
Gets a space-delimited string of the Bytes in this ByteCollection in hexadecimal format. |
HexOffset |
Gets the hexadecimal representation of the Offset64 value. |
Label |
Gets the type of the input objects used to create the ByteCollection. |
Offset |
Obsolete.
Gets the Offset address to be used while displaying the bytes in the collection. |
Offset64 |
Gets the Offset address to be used while displaying the bytes in the collection. |
Path |
Gets the path of the file whose contents are wrapped in the ByteCollection. |
Methods
ToString() |
Displays the hexadecimal format of the bytes stored in the collection. |