MonobjcMonobjc Documented Class Library
CopyTypeIdentifiers Method
NamespacesMonobjc.ApplicationServicesCGImageSourceCopyTypeIdentifiers()()()()

Returns an array of uniform type identifiers (UTIs) that are supported for image sources.

Original signature is 'CFArrayRef CGImageSourceCopyTypeIdentifiers ( void );'

Available in Mac OS X version 10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSArray CopyTypeIdentifiers()
Public Shared Function CopyTypeIdentifiers As NSArray
public:
static NSArray^ CopyTypeIdentifiers()
Return Value
Returns an array of the UTIs that are supported for image sources.
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)