C# 클래스 MonoDevelop.Ide.IdeApp

파일 보기 프로젝트 열기: powerumc/monodevelop_korean 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CommandServiceCommandTargetScanFinished void
CommandServiceCommandTargetScanStarted void
FileServiceErrorHandler bool
IdeApp System
KeyBindingFailed void
OnExit bool
OnExited void
OnExtensionChanged void
OnInitialRun void
OnUpgraded void
SetInitialLayout void
UpdateInstrumentationIcon void

공개 메소드들

메소드 설명
Exit ( ) : bool

Exits MonoDevelop. Returns false if the user cancels exiting.

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

비공개 메소드들

메소드 설명
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

메소드 상세

Exit() 공개 정적인 메소드

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

Initialize() 공개 정적인 메소드

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

OpenFiles() 공개 정적인 메소드

public static OpenFiles ( IEnumerable files ) : void
files IEnumerable
리턴 void

Run() 공개 정적인 메소드

public static Run ( ) : void
리턴 void