MonobjcMonobjc Documented Class Library
InterceptDealloc Property
NamespacesMonobjcObjectiveCClassAttributeInterceptDealloc
Gets or sets a value indicating whether this class needs dealloc interception.
Declaration Syntax
C#Visual BasicVisual C++
public bool InterceptDealloc { get; set; }
Public Property InterceptDealloc As Boolean
	Get
	Set
public:
property bool InterceptDealloc {
	bool get ();
	void set (bool value);
}
Value
true if [intercept dealloc]; otherwise, false.
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)