C# Класс WebSiteAdvantage.KeePass.Firefox.KeePassUtilities

Some common methods to help doing keepass stuff
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
AutoTypeTextSize int
Version string

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
_WriteException ( StreamWriter writer, Exception ex ) : void

Recursivly write exception content and their inner exceptions

Описание методов

AutoTypeSequence() публичный статический Метод

Provides the standard value for the autotype sequence
public static AutoTypeSequence ( ) : string
Результат string

AutoTypeWindow() публичный статический Метод

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
Результат string

LogException() публичный статический Метод

Append an exceptions details to the log file
public static LogException ( Exception ex ) : void
ex System.Exception
Результат void

LogMessage() публичный статический Метод

public static LogMessage ( string text ) : void
text string
Результат void

WriteException() публичный статический Метод

Write an exceptions details. includes inner exceptions
public static WriteException ( StreamWriter writer, Exception ex ) : void
writer System.IO.StreamWriter
ex System.Exception
Результат void

Описание свойств

AutoTypeTextSize публичное статическое свойство

public static int AutoTypeTextSize
Результат int

Version публичное статическое свойство

public static string Version
Результат string