C# 클래스 UODownloader.Program

파일 보기 프로젝트 열기: polserver/poltools

공개 메소드들

메소드 설명
GetPath ( ) : string
GetPath ( bool trailing_slash ) : string

Gets the folder path to where the EXE was run from (does not include the exe name)

비공개 메소드들

메소드 설명
Application_ThreadException ( object sender, System e ) : void
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs args ) : void
Main ( ) : void

메소드 상세

GetPath() 공개 정적인 메소드

public static GetPath ( ) : string
리턴 string

GetPath() 공개 정적인 메소드

Gets the folder path to where the EXE was run from (does not include the exe name)
public static GetPath ( bool trailing_slash ) : string
trailing_slash bool
리턴 string