Re: How to get user configutration
Re: How to get user configutration
- Subject: Re: How to get user configutration
- From: Stéphane Sudre <email@hidden>
- Date: Wed, 14 Apr 2004 16:27:14 +0200
On 14 avr. 2004, at 15:31, Michael Hall wrote:
On Wednesday, April 14, 2004, at 04:14 AM, Stephane Sudre wrote:
On mercredi, avril 14, 2004, at 06:40 AM, Scott Anguish wrote:
On Apr 13, 2004, at 11:17 PM, Dustin Voss wrote:
On 13 Apr, 2004, at 2:16 PM, Denis Vaillant wrote:
Hi,
I didn't figure out which class to use to get user configuration :
OS
version, ram, video card, kind of Mac.... Is their a class or
method in
cocoa that gives access to these information ?
Not in Cocoa, but you can use Carbon managers:
Gestalt Manager for OS version, RAM, etc. --
http://developer.apple.com/documentation/Carbon/Reference/
Gestalt_Manager/gestalt_refchap/function_group_1.html
Display Manager for monitors and video cards --
http://developer.apple.com/documentation/Carbon/Reference/
Display_Manager/index.html
System Configuration Framework for networking stuff --
http://developer.apple.com/documentation/Networking/Conceptual/
SysConfigOverview926/index.html
you could also just use system_profiler
man system_profiler
Does not work on 10.2
/usr/sbin/AppleSystemProfiler
What I meant is that the man page does not work or exist.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.