ByteOrder ClassHazelcast .Net Client Class Library
Represent the endienness
Inheritance Hierarchy

SystemObject
  Hazelcast.Net.ExtByteOrder

Namespace: Hazelcast.Net.Ext
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.0.1
Syntax

public class ByteOrder

The ByteOrder type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodStatic memberGetByteOrder
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberNativeOrder
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberBigEndian
Big Endian
Public fieldStatic memberBigEndianText
Public fieldStatic memberLittleEndian
Little endian
Public fieldStatic memberLittleEndianText
Top
See Also

Reference