MonobjcMonobjc Documented Class Library
Is64Bits Property
NamespacesMonobjcObjectiveCRuntimeIs64Bits
Gets a value indicating whether the platform is 32 or 64 bits.
Declaration Syntax
C#Visual BasicVisual C++
public static bool Is64Bits { get; private set; }
Public Shared Property Is64Bits As Boolean
	Get
	Private Set
public:
static property bool Is64Bits {
	bool get ();
	private: void set (bool value);
}
Value
true if the platform is 64 bits; 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)