Returns the current status of an image that is at a specified location in an image source.
Original signature is 'CGImageSourceStatus CGImageSourceGetStatusAtIndex ( CGImageSourceRef isrc, size_t index );'
Available in Mac OS X version 10.4 and later.

C# | Visual Basic | Visual C++ |
public static CGImageSourceStatus GetStatusAtIndex( IntPtr isrc, NSUInteger index )
Public Shared Function GetStatusAtIndex ( _ isrc As IntPtr, _ index As NSUInteger _ ) As CGImageSourceStatus
public: static CGImageSourceStatus GetStatusAtIndex( IntPtr isrc, NSUInteger index )

- isrc (IntPtr)
- MISSING
- index (NSUInteger)
- MISSING

Returns the current status of the image. See “Image Source Status” for a list of possible values.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)