MonobjcMonobjc Documented Class Library
ObjectiveCCategoryAttribute Constructor (name)
NamespacesMonobjcObjectiveCCategoryAttributeObjectiveCCategoryAttribute(String)
Initializes a new instance of the ObjectiveCCategoryAttribute class.
Declaration Syntax
C#Visual BasicVisual C++
public ObjectiveCCategoryAttribute(
	string name
)
Public Sub New ( _
	name As String _
)
public:
ObjectiveCCategoryAttribute(
	String^ name
)
Parameters
name (String)
The name of the class to use when appending the category in the Objective-C runtime.
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)