MonobjcMonobjc Documented Class Library
SharedFrameworksURL Property
NamespacesMonobjc.FoundationNSBundleSharedFrameworksURL

Returns the file URL of the receiver's subdirectory containing shared frameworks.

Original signature is '- (NSURL *)sharedFrameworksURL'

Available in Mac OS X v10.6 and later.

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

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