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