C# Class DarkRoomW.Eclectic

Mostrar archivo Open project: jjafuller/DarkRoomW Class Usage Examples

Public Properties

Property Type Description
DebugMode bool

Public Methods

Method Description
CheckForUpdate ( ) : string
Left ( string param, int length ) : string
Mid ( string param, int startIndex ) : string
Mid ( string param, int startIndex, int length ) : string
Right ( string param, int length ) : string

Private Methods

Method Description
GetCaretBlinkTime ( ) : uint
GetSysColor ( int nIndex ) : int
SendMessage ( IntPtr hWnd, Int32 wMsg, Int32 wParam, Int32 lParam ) : Int32
SetCaretBlinkTime ( uint ms ) : bool
SetSysColors ( int cElements, int lpaElements, int lpaRgbValues ) : bool

Method Details

CheckForUpdate() public static method

public static CheckForUpdate ( ) : string
return string

Left() public static method

public static Left ( string param, int length ) : string
param string
length int
return string

Mid() public static method

public static Mid ( string param, int startIndex ) : string
param string
startIndex int
return string

Mid() public static method

public static Mid ( string param, int startIndex, int length ) : string
param string
startIndex int
length int
return string

Right() public static method

public static Right ( string param, int length ) : string
param string
length int
return string

Property Details

DebugMode public_oe static_oe property

public static bool DebugMode
return bool