MonobjcMonobjc Documented Class Library
RemoteObjects Property
NamespacesMonobjc.FoundationNSConnectionRemoteObjects

Returns all the local proxies for remote objects that have been received over the connection but not deallocated yet.

Original signature is '- (NSArray *)remoteObjects'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSArray RemoteObjects { get; }
Public Overridable ReadOnly Property RemoteObjects As NSArray
	Get
public:
virtual property NSArray^ RemoteObjects {
	NSArray^ get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)