C# 클래스 WatchThis.AppDelegate

상속: MonoMac.AppKit.NSApplicationDelegate
파일 보기 프로젝트 열기: kevintavog/WatchThis.net

공개 메소드들

메소드 설명
AppDelegate ( ) : System
ApplicationShouldTerminate ( NSApplication sender ) : NSApplicationTerminateReply
ApplicationShouldTerminateAfterLastWindowClosed ( NSApplication sender ) : bool
FinishedLaunching ( NSObject notification ) : void
OpenFile ( NSApplication sender, string filename ) : bool

메소드 상세

AppDelegate() 공개 메소드

public AppDelegate ( ) : System
리턴 System

ApplicationShouldTerminate() 공개 메소드

public ApplicationShouldTerminate ( NSApplication sender ) : NSApplicationTerminateReply
sender MonoMac.AppKit.NSApplication
리턴 NSApplicationTerminateReply

ApplicationShouldTerminateAfterLastWindowClosed() 공개 메소드

public ApplicationShouldTerminateAfterLastWindowClosed ( NSApplication sender ) : bool
sender MonoMac.AppKit.NSApplication
리턴 bool

FinishedLaunching() 공개 메소드

public FinishedLaunching ( NSObject notification ) : void
notification MonoMac.Foundation.NSObject
리턴 void

OpenFile() 공개 메소드

public OpenFile ( NSApplication sender, string filename ) : bool
sender MonoMac.AppKit.NSApplication
filename string
리턴 bool