다음을 통해 공유


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
특성

적용 대상