C# 클래스 WebSiteAdvantage.KeePass.Firefox.KeePassUtilities

Some common methods to help doing keepass stuff
파일 보기 프로젝트 열기: Tiggerito/WebSiteAdvantage.KeePass.Firefox 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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