MonobjcMonobjc Documented Class Library
Is64Bits Property
NamespacesMonobjcObjectiveCUnderlyingTypeAttributeIs64Bits
Gets or sets if the type targets 64 bits platfrom or not.
Declaration Syntax
C#Visual BasicVisual C++
public bool Is64Bits { get; set; }
Public Property Is64Bits As Boolean
	Get
	Set
public:
property bool Is64Bits {
	bool get ();
	void set (bool value);
}
Value
CopyC#
true
if the type targets 64 bits platfrom or not;
CopyC#
false
otherwise.
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)