NSInvocation.Invoke Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Invoke() | |
Invoke(NSObject) |
Invoke()
[Foundation.Export("invoke")]
public virtual void Invoke ();
override this.Invoke : unit -> unit
- Attributes
Applies to
Invoke(NSObject)
[Foundation.Export("invokeWithTarget:")]
public virtual void Invoke (Foundation.NSObject target);
override this.Invoke : Foundation.NSObject -> unit
Parameters
- target
- NSObject
- Attributes