Returns the proxy for the root object of the receiver’s peer in another application or thread.
Original signature is '- (NSDistantObject *)rootProxy'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual NSDistantObject RootProxy { get; }
Public Overridable ReadOnly Property RootProxy As NSDistantObject Get
public: virtual property NSDistantObject^ RootProxy { NSDistantObject^ get (); }

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)