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