MonobjcMonobjc Documented Class Library
BundleWithPath Method (fullPath)
NamespacesMonobjc.FoundationNSBundleBundleWithPath(NSString)

Returns an NSBundle object that corresponds to the specified directory.

Original signature is '+ (NSBundle *)bundleWithPath:(NSString *)fullPath'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSBundle BundleWithPath(
	NSString fullPath
)
Public Shared Function BundleWithPath ( _
	fullPath As NSString _
) As NSBundle
public:
static NSBundle^ BundleWithPath(
	NSString^ fullPath
)
Parameters
fullPath (NSString)
The path to a directory. This must be a full pathname for a directory; if it contains any symbolic links, they must be resolvable.
Return Value
The NSBundle object that corresponds to fullPath, or nil if fullPath does not identify an accessible bundle directory.
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)