C# Class MonoDevelop.Ide.IdeStartup

Inheritance: IApplication
Show file Open project: LogosBible/monodevelop Class Usage Examples

Public Methods

Method Description
Main ( string args, IdeCustomizer customizer = null ) : int

Private Methods

Method Description
CheckFileWatcher ( ) : void
CheckWindowsGtk ( ) : bool
DisplayWindowsOkCancelMessage ( string message, string caption ) : bool
HandleException ( Exception ex, bool willShutdown ) : void
HashSdbmBounded ( string input ) : int

SDBM-style hash, bounded to a range of 1000.

IApplication ( string args ) : int
ListenCallback ( IAsyncResult state ) : void
OnAddinError ( object s, AddinErrorEventArgs args ) : void
OnExtensionChanged ( object s, Mono.Addins.ExtensionNodeEventArgs args ) : void
Run ( MonoDevelopOptions options ) : int
SetDllDirectory ( string lpPathName ) : bool
SetupExceptionManager ( ) : void
SetupTheme ( ) : void
StartLockupTracker ( ) : void
ValidateGtkTheme ( string &theme ) : void
openFile ( string file ) : bool

Method Details

Main() public static method

public static Main ( string args, IdeCustomizer customizer = null ) : int
args string
customizer IdeCustomizer
return int