MonobjcMonobjc Documented Class Library
CopyDeclaringBundleURL Method (inUTI)
NamespacesMonobjc.CoreServicesUTTypeCopyDeclaringBundleURL(NSString)

Returns the location of a bundle containing the declaration for a type.

Original signature is 'CFURLRef UTTypeCopyDeclaringBundleURL(CFStringRef inUTI);'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSURL CopyDeclaringBundleURL(
	NSString inUTI
)
Public Shared Function CopyDeclaringBundleURL ( _
	inUTI As NSString _
) As NSURL
public:
static NSURL^ CopyDeclaringBundleURL(
	NSString^ inUTI
)
Parameters
inUTI (NSString)
MISSING
Return Value
A URL that points to the bundle that holds the uniform type identifier’s declaration, or NULL if a bundle that holds the declaration cannot be located.
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.AppKit (Module: Monobjc.AppKit)