MonobjcMonobjc Documented Class Library
ObjectiveCFrameworkAttribute Constructor (system)
NamespacesMonobjcObjectiveCFrameworkAttributeObjectiveCFrameworkAttribute(Boolean)
Initializes a new instance of the ObjectiveCFrameworkAttribute class.
Declaration Syntax
C#Visual BasicVisual C++
public ObjectiveCFrameworkAttribute(
	bool system
)
Public Sub New ( _
	system As Boolean _
)
public:
ObjectiveCFrameworkAttribute(
	bool system
)
Parameters
system (Boolean)
The value is
CopyC#
true
if the framework is a system one;
CopyC#
false
otherwise.
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)