MonobjcMonobjc Documented Class Library
BundleWithURL Method (url)
NamespacesMonobjc.FoundationNSBundleBundleWithURL(NSURL)

Returns an NSBundle object that corresponds to the specified file URL.

Original signature is '+ (NSBundle *)bundleWithURL:(NSURL *)url'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSBundle BundleWithURL(
	NSURL url
)
Public Shared Function BundleWithURL ( _
	url As NSURL _
) As NSBundle
public:
static NSBundle^ BundleWithURL(
	NSURL^ url
)
Parameters
url (NSURL)
The URL to a directory. This must be a URL for a directory; if it contains any symbolic links, they must be resolvable.
Return Value
The NSBundle object that corresponds to url, or nil if url does not identify an accessible bundle directory.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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