C# 클래스 GreenQloud.Core.Program

파일 보기 프로젝트 열기: greenqloud/qloudsync

공개 프로퍼티들

프로퍼티 타입 설명
Controller ApplicationController
UI ApplicationUI

공개 메소드들

메소드 설명
GeneralUnhandledExceptionHandler ( object sender, UnhandledExceptionEventArgs args ) : void
PriorProcess ( ) : Process

비공개 메소드들

메소드 설명
Run ( ApplicationController controller, ApplicationUI ui ) : void

메소드 상세

GeneralUnhandledExceptionHandler() 공개 정적인 메소드

public static GeneralUnhandledExceptionHandler ( object sender, UnhandledExceptionEventArgs args ) : void
sender object
args System.UnhandledExceptionEventArgs
리턴 void

PriorProcess() 공개 정적인 메소드

public static PriorProcess ( ) : Process
리턴 System.Diagnostics.Process

프로퍼티 상세

Controller 공개적으로 정적으로 프로퍼티

public static ApplicationController Controller
리턴 ApplicationController

UI 공개적으로 정적으로 프로퍼티

public static ApplicationUI UI
리턴 ApplicationUI