MonobjcMonobjc Documented Class Library
InterceptCallsFor Property
NamespacesMonobjcObjectiveCClassAttributeInterceptCallsFor

Gets or sets the name of the class whose methods will be intercetped by this class.

The Objective-C runtime allows method replacement. It is useful to introduce a new behaviour wihtin a class hierarchy or to intercept messages.

Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("No needed anymore. Remove this attribute safely.")]
public string InterceptCallsFor { get; set; }
<ObsoleteAttribute("No needed anymore. Remove this attribute safely.")> _
Public Property InterceptCallsFor As String
	Get
	Set
[ObsoleteAttribute(L"No needed anymore. Remove this attribute safely.")]
public:
property String^ InterceptCallsFor {
	String^ get ();
	void set (String^ value);
}
Value
The name of the replaced class.
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)