MonobjcMonobjc Documented Class Library
AllFrameworks Property
NamespacesMonobjc.FoundationNSBundleAllFrameworks

Returns an array of all of the application’s bundles that represent frameworks.

Original signature is '+ (NSArray *)allFrameworks'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSArray AllFrameworks { get; }
Public Shared ReadOnly Property AllFrameworks As NSArray
	Get
public:
static property NSArray^ AllFrameworks {
	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)