MonobjcMonobjc Documented Class Library
UTCreateStringForOSType Method (inOSType)
NamespacesMonobjc.CoreServicesUTTypeUTCreateStringForOSType(UInt32)

Encodes an OSType into a string suitable for use as a tag argument.

Original signature is 'CFStringRef UTCreateStringForOSType(OSType inOSType);'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSString UTCreateStringForOSType(
	uint inOSType
)
Public Shared Function UTCreateStringForOSType ( _
	inOSType As UInteger _
) As NSString
public:
static NSString^ UTCreateStringForOSType(
	unsigned int inOSType
)
Parameters
inOSType (UInt32)
MISSING
Return Value
A string that encodes the OSType.
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)