MonobjcMonobjc Documented Class Library
IsBigEndian Property
NamespacesMonobjcObjectiveCRuntimeIsBigEndian
Gets a value indicating whether the platform uses big-endianness.
Declaration Syntax
C#Visual BasicVisual C++
public static bool IsBigEndian { get; }
Public Shared ReadOnly Property IsBigEndian As Boolean
	Get
public:
static property bool IsBigEndian {
	bool get ();
}
Value
true if the platform uses big-endianness; otherwise, false.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc (Module: Monobjc)