API  1.0.0
CPInvocation.h
Go to the documentation of this file.
1 
2 @interface CPInvocation : CPObject
3 {
4  id _returnValue;
5  CPMutableArray _arguments;
6  CPMethodSignature _methodSignature;
7 }
8 @end
An object representation of a message.
Definition: CPInvocation.h:2