MonobjcMonobjc Documented Class Library
Get Method (type)
NamespacesMonobjcClassGet(Type)
Gets the a Class for the specified type.
Declaration Syntax
C#Visual BasicVisual C++
public static Class Get(
	Type type
)
Public Shared Function Get ( _
	type As Type _
) As Class
public:
static Class^ Get(
	Type^ type
)
Parameters
type (Type)
The type.
Return Value
A Class object.
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)