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 | (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.
|