MonobjcMonobjc Documented Class Library
PhysicalMemory Property
NamespacesMonobjc.FoundationNSProcessInfoPhysicalMemory

Provides the amount of physical memory on the computer.

Original signature is '- (unsigned long long)physicalMemory'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual ulong PhysicalMemory { get; }
Public Overridable ReadOnly Property PhysicalMemory As ULong
	Get
public:
virtual property unsigned long long PhysicalMemory {
	unsigned long long get ();
}
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.Foundation (Module: Monobjc.Foundation)