Re: Process type
Re: Process type
- Subject: Re: Process type
- From: Peter Ammon <email@hidden>
- Date: Fri, 30 Apr 2010 14:02:52 -0700
On Apr 30, 2010, at 1:18 PM, Matthew Mashyna wrote:
> I have an app that acts as a monitor for some other critical apps and one thing the spec calls for is the need to look at other running apps and figure out if they are running in 32 or 64 bit mode. The Activity monitor knows this. How can I find a process's bit-ness? Sorry, not sure it if qualifies as Cocoa question. If not can someone recommend a more appropriate list?
>
> Thanks,
On SnowLeopard, see the executableArchitecture property of the NSRunningApplication class. On Leopard and earlier, you'll have to use the Process Manager or Darwin-level functionality.
-Peter
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Process type (From: Matthew Mashyna <email@hidden>) |