MonobjcMonobjc Documented Class Library
IsMapped Method (type)
NamespacesMonobjcClassIsMapped(Type)
Determines whether the Class for the specified type is mapped.
Declaration Syntax
C#Visual BasicVisual C++
public static bool IsMapped(
	Type type
)
Public Shared Function IsMapped ( _
	type As Type _
) As Boolean
public:
static bool IsMapped(
	Type^ type
)
Parameters
type (Type)
The type.
Return Value
true if the specified type is mapped; otherwise, false.
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 (Module: Monobjc)