- isByref
Returns a Boolean value that indicates whether the receiver is encoding an object by reference.
あるブール値を返します、それはレシーバがあるオブジェクトを参照によってエンコードしているかどうかを指し示します。
Availability 有効性
Technology
- (BOOL)isBycopy;
YES
if the receiver is encoding an object by copying it, NO
if it expects a proxy.
YES
、もしレシーバがオブジェクトを、それをコピーすることによってエンコードしているならば、もしそれがプロキシを期待するならばNO
。
See Distributed Objects Programming Topics for more information. Distributed Objects Programming Topicsをさらなる情報として見てください。
- isByref