C# Class CodeImp.Gluon.General

Exibir arquivo Open project: DieterKoblenz/LCARS

Public Methods

Method Description
Fail ( Exception ex ) : void
Fail ( Exception ex, string when ) : void
Fail ( string description ) : void
GetCommandLineOption ( string option ) : string[]
WriteLogLine ( string line ) : void

Private Methods

Method Description
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

Method Details

Fail() public static method

public static Fail ( Exception ex ) : void
ex System.Exception
return void

Fail() public static method

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

Fail() public static method

public static Fail ( string description ) : void
description string
return void

GetCommandLineOption() public static method

public static GetCommandLineOption ( string option ) : string[]
option string
return string[]

WriteLogLine() public static method

public static WriteLogLine ( string line ) : void
line string
return void