C# 클래스 MonoDevelop.Ide.IdeStartup

상속: IApplication
파일 보기 프로젝트 열기: LogosBible/monodevelop 1 사용 예제들

공개 메소드들

메소드 설명
Main ( string args, IdeCustomizer customizer = null ) : int

비공개 메소드들

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

메소드 상세

Main() 공개 정적인 메소드

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