MonobjcMonobjc Documented Class Library
ObjectiveCClassAttribute Constructor (name)
NamespacesMonobjcObjectiveCClassAttributeObjectiveCClassAttribute(String)
Initializes a new instance of the ObjectiveCClassAttribute class.
Declaration Syntax
C#Visual BasicVisual C++
public ObjectiveCClassAttribute(
	string name
)
Public Sub New ( _
	name As String _
)
public:
ObjectiveCClassAttribute(
	String^ name
)
Parameters
name (String)
The name that will be used to register the tagged type.
Remarks
The name MUST be an ANSI identifier.
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)