C# Class WatchThis.AppDelegate

Inheritance: MonoMac.AppKit.NSApplicationDelegate
Datei anzeigen Open project: kevintavog/WatchThis.net

Public Methods

Method Description
AppDelegate ( ) : System
ApplicationShouldTerminate ( NSApplication sender ) : NSApplicationTerminateReply
ApplicationShouldTerminateAfterLastWindowClosed ( NSApplication sender ) : bool
FinishedLaunching ( NSObject notification ) : void
OpenFile ( NSApplication sender, string filename ) : bool

Method Details

AppDelegate() public method

public AppDelegate ( ) : System
return System

ApplicationShouldTerminate() public method

public ApplicationShouldTerminate ( NSApplication sender ) : NSApplicationTerminateReply
sender MonoMac.AppKit.NSApplication
return NSApplicationTerminateReply

ApplicationShouldTerminateAfterLastWindowClosed() public method

public ApplicationShouldTerminateAfterLastWindowClosed ( NSApplication sender ) : bool
sender MonoMac.AppKit.NSApplication
return bool

FinishedLaunching() public method

public FinishedLaunching ( NSObject notification ) : void
notification MonoMac.Foundation.NSObject
return void

OpenFile() public method

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