C# Class MonoDevelop.Ide.IdeApp

Show file Open project: powerumc/monodevelop_korean Class Usage Examples

Private Properties

Property Type Description
CommandServiceCommandTargetScanFinished void
CommandServiceCommandTargetScanStarted void
FileServiceErrorHandler bool
IdeApp System
KeyBindingFailed void
OnExit bool
OnExited void
OnExtensionChanged void
OnInitialRun void
OnUpgraded void
SetInitialLayout void
UpdateInstrumentationIcon void

Public Methods

Method Description
Exit ( ) : bool

Exits MonoDevelop. Returns false if the user cancels exiting.

Initialize ( MonoDevelop.Core.ProgressMonitor monitor ) : void
OpenFiles ( IEnumerable files ) : void
Run ( ) : void

Private Methods

Method Description
CommandServiceCommandTargetScanFinished ( object sender, EventArgs e ) : void
CommandServiceCommandTargetScanStarted ( object sender, EventArgs e ) : void
FileServiceErrorHandler ( string message, Exception ex ) : bool
IdeApp ( ) : System
KeyBindingFailed ( object sender, KeyBindingFailedEventArgs e ) : void
OnExit ( ) : bool
OnExited ( ) : void
OnExtensionChanged ( object s, Mono.Addins.ExtensionNodeEventArgs args ) : void
OnInitialRun ( ) : void
OnUpgraded ( int previousRevision ) : void
SetInitialLayout ( ) : void
UpdateInstrumentationIcon ( ) : void

Method Details

Exit() public static method

Exits MonoDevelop. Returns false if the user cancels exiting.
public static Exit ( ) : bool
return bool

Initialize() public static method

public static Initialize ( MonoDevelop.Core.ProgressMonitor monitor ) : void
monitor MonoDevelop.Core.ProgressMonitor
return void

OpenFiles() public static method

public static OpenFiles ( IEnumerable files ) : void
files IEnumerable
return void

Run() public static method

public static Run ( ) : void
return void