MonobjcMonobjc Documented Class Library
RootProxy Property
NamespacesMonobjc.FoundationNSConnectionRootProxy

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.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSDistantObject RootProxy { get; }
Public Overridable ReadOnly Property RootProxy As NSDistantObject
	Get
public:
virtual property NSDistantObject^ RootProxy {
	NSDistantObject^ 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)