These constants describe the CPU types that a bundle’s executable code may support.
Available in Mac OS X v10.5 and later.
| C# | Visual Basic | Visual C++ |
public enum NSMachOArchitecture
Public Enumeration NSMachOArchitecture
public enum class NSMachOArchitecture
| Member | Description |
|---|---|
| NSBundleExecutableArchitectureI386 | Specifies the 32-bit Intel architecture. Available in Mac OS X v10.5 and later. |
| NSBundleExecutableArchitecturePPC | Specifies the 32-bit PowerPC architecture. Available in Mac OS X v10.5 and later. |
| NSBundleExecutableArchitectureX86_64 | Specifies the 64-bit Intel architecture. Available in Mac OS X v10.5 and later. |
| NSBundleExecutableArchitecturePPC64 | Specifies the 64-bit PowerPC architecture. Available in Mac OS X v10.5 and later. |
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)