MonobjcMonobjc Documented Class Library
PrivateFrameworksPath Property
NamespacesMonobjc.FoundationNSBundlePrivateFrameworksPath

Returns the full pathname of the receiver's subdirectory containing private frameworks.

Original signature is '- (NSString *)privateFrameworksPath'

Available in Mac OS X v10.0 and later.

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