libs-base/Documentation/gsdoc/NSInvocation.html
CaS 0a86bba7b0 Documentation regeneration and XML parsing fixes/updates.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9698 72102866-910b-0410-8b05-ffd578937521
2001-04-25 14:19:57 +00:00

119 lines
3.3 KiB
HTML

<html><head>
<title>NSInvocation</title>
</head>
<body>
<a href ="NSHost.html">[Previous] </a>
<a href ="Base.html">[Up] </a>
<a href ="NSLock.html">[Next] </a>
<h1>NSInvocation</h1>
<h3>Authors </h3>
<dl>
<dt><a href ="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
<dd>
</dl>
<p>Version: $Revision$</p>
<p>Date: $Date$</p>
<h2><a name ="cont-0">NSInvocation</a></h2>
<h2><a name ="NSInvocation">NSInvocation</a></h2>
<p><b>Declared in: </b> Foundation/NSInvocation.h</p>
<p><b>Inherits from: </b> NSObject</p>
<p><b>Conforms to: </b> NSCoding
</p>
<hr>
<h2>Instance Variables </h2>
<ul>
</ul>
<h2>Methods </h2>
<ul>
<li ><a href ="NSInvocation.html#method-0">+invocationWithMethodSignature:</a>
<li ><a href ="NSInvocation.html#method-1">-argumentsRetained</a>
<li ><a href ="NSInvocation.html#method-2">-getArgument:atIndex:</a>
<li ><a href ="NSInvocation.html#method-3">-getReturnValue:</a>
<li ><a href ="NSInvocation.html#method-4">-invoke</a>
<li ><a href ="NSInvocation.html#method-5">-invokeWithTarget:</a>
<li ><a href ="NSInvocation.html#method-6">-methodSignature</a>
<li ><a href ="NSInvocation.html#method-7">-retainArguments</a>
<li ><a href ="NSInvocation.html#method-8">-selector</a>
<li ><a href ="NSInvocation.html#method-9">-setArgument:atIndex:</a>
<li ><a href ="NSInvocation.html#method-10">-setReturnValue:</a>
<li ><a href ="NSInvocation.html#method-11">-setSelector:</a>
<li ><a href ="NSInvocation.html#method-12">-setTarget:</a>
<li ><a href ="NSInvocation.html#method-13">-target</a>
</ul>
<hr><h2>Class Methods </h2>
<h3><a name ="method-0">invocationWithMethodSignature:</a></h3>
+ (NSInvocation*) <b>invocationWithMethodSignature:</b> (NSMethodSignature*)signature;<br>
<hr>
<hr><h2>Instances Methods </h2>
<h3><a name ="method-1">argumentsRetained</a></h3>
- (BOOL) <b>argumentsRetained</b>;<br>
<hr>
<h3><a name ="method-2">getArgument:atIndex:</a></h3>
- (void) <b>getArgument:</b> (void*)buffer <b>atIndex:</b> (int)index;<br>
<hr>
<h3><a name ="method-3">getReturnValue:</a></h3>
- (void) <b>getReturnValue:</b> (void*)buffer;<br>
<hr>
<h3><a name ="method-4">invoke</a></h3>
- (void) <b>invoke</b>;<br>
<hr>
<h3><a name ="method-5">invokeWithTarget:</a></h3>
- (void) <b>invokeWithTarget:</b> (id)anObject;<br>
<hr>
<h3><a name ="method-6">methodSignature</a></h3>
- (NSMethodSignature*) <b>methodSignature</b>;<br>
<hr>
<h3><a name ="method-7">retainArguments</a></h3>
- (void) <b>retainArguments</b>;<br>
<hr>
<h3><a name ="method-8">selector</a></h3>
- (SEL) <b>selector</b>;<br>
<hr>
<h3><a name ="method-9">setArgument:atIndex:</a></h3>
- (void) <b>setArgument:</b> (void*)buffer <b>atIndex:</b> (int)index;<br>
<hr>
<h3><a name ="method-10">setReturnValue:</a></h3>
- (void) <b>setReturnValue:</b> (void*)buffer;<br>
<hr>
<h3><a name ="method-11">setSelector:</a></h3>
- (void) <b>setSelector:</b> (SEL)selector;<br>
<hr>
<h3><a name ="method-12">setTarget:</a></h3>
- (void) <b>setTarget:</b> (id)anObject;<br>
<hr>
<h3><a name ="method-13">target</a></h3>
- (id) <b>target</b>;<br>
<hr>
</body>
</html>