The ByteOrder type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
FromConst |
Convert from the integer constant used to represent byte order in
the C library to its corresponding ByteOrder object.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
BIG_ENDIAN |
Big endian byte order
| |
LITTLE_ENDIAN |
Little endian byte order
| |
MACHINE |
The host byte order of the machine where the Berkeley DB library was
compiled.
|