C# Class WebSiteAdvantage.KeePass.Firefox.KeePassUtilities

Some common methods to help doing keepass stuff
Show file Open project: Tiggerito/WebSiteAdvantage.KeePass.Firefox Class Usage Examples

Public Properties

Property Type Description
AutoTypeTextSize int
Version string

Public Methods

Method Description
AutoTypeSequence ( ) : string

Provides the standard value for the autotype sequence

AutoTypeWindow ( string title ) : string

Returns the text to use in an autotypewindow parameter

LogException ( Exception ex ) : void

Append an exceptions details to the log file

LogMessage ( string text ) : void
WriteException ( StreamWriter writer, Exception ex ) : void

Write an exceptions details. includes inner exceptions

Private Methods

Method Description
_WriteException ( StreamWriter writer, Exception ex ) : void

Recursivly write exception content and their inner exceptions

Method Details

AutoTypeSequence() public static method

Provides the standard value for the autotype sequence
public static AutoTypeSequence ( ) : string
return string

AutoTypeWindow() public static method

Returns the text to use in an autotypewindow parameter
public static AutoTypeWindow ( string title ) : string
title string title that would be on the matching window
return string

LogException() public static method

Append an exceptions details to the log file
public static LogException ( Exception ex ) : void
ex System.Exception
return void

LogMessage() public static method

public static LogMessage ( string text ) : void
text string
return void

WriteException() public static method

Write an exceptions details. includes inner exceptions
public static WriteException ( StreamWriter writer, Exception ex ) : void
writer System.IO.StreamWriter
ex System.Exception
return void

Property Details

AutoTypeTextSize public static property

public static int AutoTypeTextSize
return int

Version public static property

public static string Version
return string