次の方法で共有


NSTask.Notifications.ObserveDidTerminate メソッド

定義

オーバーロード

ObserveDidTerminate(EventHandler<NSNotificationEventArgs>)
ObserveDidTerminate(NSObject, EventHandler<NSNotificationEventArgs>)

ObserveDidTerminate(EventHandler<NSNotificationEventArgs>)

public static Foundation.NSObject ObserveDidTerminate (EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveDidTerminate : EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject

パラメーター

戻り値

適用対象

ObserveDidTerminate(NSObject, EventHandler<NSNotificationEventArgs>)

public static Foundation.NSObject ObserveDidTerminate (Foundation.NSObject objectToObserve, EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveDidTerminate : Foundation.NSObject * EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject

パラメーター

objectToObserve
NSObject

戻り値

適用対象