libs-base/Documentation/gsdoc/NSProcessInfo.gsdoc
CaS 020e3b86a1 Document last tranch of changes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@10500 72102866-910b-0410-8b05-ffd578937521
2001-07-16 19:39:21 +00:00

78 lines
2.1 KiB
XML

<?xml version="1.0"?>
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.6//EN" "http://www.gnustep.org/gsdoc-0_6_6.xml">
<gsdoc base="NSProcessInfo" prev="NSPortNameServer" next="NSProtocolChecker" up="Base">
<head>
<title>NSProcessInfo</title>
<author name="Richard Frith-Macdonald">
<email address="rfm@gnu.org"/>
<url url="http://www.gnustep.org/developers/whoiswho.html"/>
</author>
<version>$Revision$</version>
<date>$Date$</date>
</head>
<body>
<chapter>
<heading>NSProcessInfo</heading>
<class name="NSProcessInfo" super="NSObject">
<declared>Foundation/NSProcessinfo.h</declared>
<conform>NSObject</conform>
<desc>
</desc>
<method type="NSProcessInfo*" factory="yes">
<sel>processInfo</sel>
<desc>
</desc>
</method>
<method type="NSArray*">
<sel>arguments</sel>
<desc>
</desc>
</method>
<method type="NSDictionary*">
<sel>environment</sel>
<desc>
</desc>
</method>
<method type="NSString*">
<sel>globallyUniqueString</sel>
<desc>
</desc>
</method>
<method type="NSString*">
<sel>hostName</sel>
<desc>
</desc>
</method>
<method type="unsigned int">
<sel>operatingSystem</sel>
<desc>
</desc>
</method>
<method type="NSString*">
<sel>operatingSystemName</sel>
<desc>
</desc>
</method>
<method type="int">
<sel>processIdentifier</sel>
<desc>
<p>
Returns the number identifying this process on this system.
</p>
</desc>
</method>
<method type="NSString*">
<sel>processName</sel>
<desc>
</desc>
</method>
<method type="void">
<sel>setProcessName:</sel>
<arg type="NSString*">newName</arg>
<desc>
</desc>
</method>
</class>
</chapter>
</body>
</gsdoc>