共用方式為


NSInvocation.Invoke 方法

定義

多載

Invoke()
Invoke(NSObject)

Invoke()

[Foundation.Export("invoke")]
public virtual void Invoke ();
override this.Invoke : unit -> unit
屬性

適用於

Invoke(NSObject)

[Foundation.Export("invokeWithTarget:")]
public virtual void Invoke (Foundation.NSObject target);
override this.Invoke : Foundation.NSObject -> unit

參數

target
NSObject
屬性

適用於