isBycopy
Returns a Boolean value that indicates whether the receiver is encoding an object by copying it.
Declaration
- (BOOL) isBycopy;Return Value
true if the receiver is encoding an object by copying it, false if it expects a proxy.
Discussion
See Distributed Objects Programming Topics for more information.