MonobjcMonobjc Documented Class Library
IsNativeType Method (aType)
NamespacesMonobjc.AppKitNSDocumentIsNativeType(NSString)

Returns a Boolean value indicating whether document data of the specified type is a native type—one the receiver can both read and write.

Original signature is '+ (BOOL)isNativeType:(NSString *)aType'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static bool IsNativeType(
	NSString aType
)
Public Shared Function IsNativeType ( _
	aType As NSString _
) As Boolean
public:
static bool IsNativeType(
	NSString^ aType
)
Parameters
aType (NSString)
The string that identifies the document type to test.
Return Value
YES if the document type is a native type; otherwise, NO.
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)