C# 클래스 CodeImp.Gluon.General

파일 보기 프로젝트 열기: DieterKoblenz/LCARS

공개 메소드들

메소드 설명
Fail ( Exception ex ) : void
Fail ( Exception ex, string when ) : void
Fail ( string description ) : void
GetCommandLineOption ( string option ) : string[]
WriteLogLine ( string line ) : void

비공개 메소드들

메소드 설명
Application_ThreadException ( object sender, ThreadExceptionEventArgs e ) : void
CopyMemory ( void dst, void src, uint length ) : void
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
GetShortPathName ( [ longpath, [ shortpath, uint buffersize ) : uint
LockWindowUpdate ( IntPtr hwnd ) : bool
Main ( ) : void
ZeroMemory ( IntPtr dest, int size ) : void

메소드 상세

Fail() 공개 정적인 메소드

public static Fail ( Exception ex ) : void
ex System.Exception
리턴 void

Fail() 공개 정적인 메소드

public static Fail ( Exception ex, string when ) : void
ex System.Exception
when string
리턴 void

Fail() 공개 정적인 메소드

public static Fail ( string description ) : void
description string
리턴 void

GetCommandLineOption() 공개 정적인 메소드

public static GetCommandLineOption ( string option ) : string[]
option string
리턴 string[]

WriteLogLine() 공개 정적인 메소드

public static WriteLogLine ( string line ) : void
line string
리턴 void