C# Class DarkRoomW.Eclectic

Afficher le fichier Open project: jjafuller/DarkRoomW Class Usage Examples

Méthodes publiques

Свойство Type Description
DebugMode bool

Méthodes publiques

Méthode 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

Méthode 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 méthode

public static CheckForUpdate ( ) : string
Résultat string

Left() public static méthode

public static Left ( string param, int length ) : string
param string
length int
Résultat string

Mid() public static méthode

public static Mid ( string param, int startIndex ) : string
param string
startIndex int
Résultat string

Mid() public static méthode

public static Mid ( string param, int startIndex, int length ) : string
param string
startIndex int
length int
Résultat string

Right() public static méthode

public static Right ( string param, int length ) : string
param string
length int
Résultat string

Property Details

DebugMode public_oe static_oe property

public static bool DebugMode
Résultat bool