C# 클래스 mRemoteNG.Tools.MiscTools

파일 보기 프로젝트 열기: mRemoteNG/mRemoteNG

공개 메소드들

메소드 설명
CreateConstantID ( ) : string
DBDate ( System.DateTime Dt ) : string
GetExceptionMessageRecursive ( Exception ex ) : string
GetIconFromFile ( string FileName ) : Icon
LeadingZero ( string Number ) : string
PasswordDialog ( string passwordName = null, bool verify = true ) : SecureString
PrepareValueForDB ( string Text ) : string
StringToEnum ( Type t, string value ) : object
TakeScreenshot ( ConnectionWindow sender ) : Image

비공개 메소드들

메소드 설명
GetExceptionMessageRecursive ( Exception ex, string separator ) : string

메소드 상세

CreateConstantID() 공개 정적인 메소드

public static CreateConstantID ( ) : string
리턴 string

DBDate() 공개 정적인 메소드

public static DBDate ( System.DateTime Dt ) : string
Dt System.DateTime
리턴 string

GetExceptionMessageRecursive() 공개 정적인 메소드

public static GetExceptionMessageRecursive ( Exception ex ) : string
ex System.Exception
리턴 string

GetIconFromFile() 공개 정적인 메소드

public static GetIconFromFile ( string FileName ) : Icon
FileName string
리턴 System.Drawing.Icon

LeadingZero() 공개 정적인 메소드

public static LeadingZero ( string Number ) : string
Number string
리턴 string

PasswordDialog() 공개 정적인 메소드

public static PasswordDialog ( string passwordName = null, bool verify = true ) : SecureString
passwordName string
verify bool
리턴 System.Security.SecureString

PrepareValueForDB() 공개 정적인 메소드

public static PrepareValueForDB ( string Text ) : string
Text string
리턴 string

StringToEnum() 공개 정적인 메소드

public static StringToEnum ( Type t, string value ) : object
t System.Type
value string
리턴 object

TakeScreenshot() 공개 정적인 메소드

public static TakeScreenshot ( ConnectionWindow sender ) : Image
sender mRemoteNG.UI.Window.ConnectionWindow
리턴 Image