C# 클래스 TI.Toolbox.SharedObjects

파일 보기 프로젝트 열기: x893/BTool

공개 프로퍼티들

프로퍼티 타입 설명
Log Logging
MainWin System.Windows.Forms.Form
ProgramExit bool
ProgramName string

공개 메소드들

메소드 설명
ApplicationExit ( int exitCode ) : void
IsMonoRunning ( ) : bool
IsVistaOrHigherOs ( ) : bool
SetMaximumSize ( Form form ) : bool

비공개 메소드들

메소드 설명
SharedObjects ( ) : System

메소드 상세

ApplicationExit() 공개 메소드

public ApplicationExit ( int exitCode ) : void
exitCode int
리턴 void

IsMonoRunning() 공개 정적인 메소드

public static IsMonoRunning ( ) : bool
리턴 bool

IsVistaOrHigherOs() 공개 정적인 메소드

public static IsVistaOrHigherOs ( ) : bool
리턴 bool

SetMaximumSize() 공개 정적인 메소드

public static SetMaximumSize ( Form form ) : bool
form System.Windows.Forms.Form
리턴 bool

프로퍼티 상세

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

public static Logging Log
리턴 Logging

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

public static Form,System.Windows.Forms MainWin
리턴 System.Windows.Forms.Form

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

public static bool ProgramExit
리턴 bool

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

public static string ProgramName
리턴 string