MonobjcMonobjc Documented Class Library
IsSystem Property
NamespacesMonobjcObjectiveCFrameworkAttributeIsSystem
Returns if the framework is a system one.
Declaration Syntax
C#Visual BasicVisual C++
public bool IsSystem { get; private set; }
Public Property IsSystem As Boolean
	Get
	Private Set
public:
property bool IsSystem {
	bool get ();
	private: void set (bool value);
}
Value
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)