[This is preliminary documentation and is subject to change.]
Possible byte orders
Namespace: Tools.IOtAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public enum ByteAlign |
| Visual Basic |
|---|
Public Enumeration ByteAlign |
| Visual C++ |
|---|
public enum class ByteAlign |
| F# |
|---|
type ByteAlign |
| JScript |
|---|
public enum ByteAlign |
Members
| Member name | Value | Description | |
|---|---|---|---|
| LittleEndian | 0 | LittleEndian (Intel) | |
| BigEndian | 1 | BigEndian (Motorola) | |
| IsFlags | Gets value indicating if given value is of enum type which has FlagsAttribute applied | ||
| GetName | Gets name of given enumeration value | ||
| GetConstant | Gets constant field that represents given enum value | ||
| GetValue | Gets value of enum in its unedlying type | ||
| IsDefined | Gets value idicating if given value is defined as constant in enumeration |