C# 클래스 CryptoFinder.Helpers

파일 보기 프로젝트 열기: Alex-Jaeger/BitcoinFindAndRecover

공개 메소드들

메소드 설명
CheckForEscapeCharacters ( string Original ) : bool
CommandModified ( string CurrentCommand ) : bool
CountLinesInFile ( string f ) : int
CountLinesInString ( string s ) : int
GetChecksum ( string filePath, HashAlgorithm algorithm ) : string
GetPythonPath ( ) : string
GetRunningProcesses ( ) : DataTable
GetShortName ( string sLongFileName ) : string
InsertStringAtInterval ( string source, string insert, int interval ) : string
IsDirectoryAccessible ( string path ) : bool
IsDirectoryEmpty ( string path ) : bool
LoadCsv ( string filename, bool split ) : ].string[
ReverseString ( string s ) : string
TokensModified ( string CurrentTokens ) : bool

비공개 메소드들

메소드 설명
GetShortPathName ( string longPath, StringBuilder shortPath, int bufSize ) : int

메소드 상세

CheckForEscapeCharacters() 공개 정적인 메소드

public static CheckForEscapeCharacters ( string Original ) : bool
Original string
리턴 bool

CommandModified() 공개 정적인 메소드

public static CommandModified ( string CurrentCommand ) : bool
CurrentCommand string
리턴 bool

CountLinesInFile() 공개 정적인 메소드

public static CountLinesInFile ( string f ) : int
f string
리턴 int

CountLinesInString() 공개 정적인 메소드

public static CountLinesInString ( string s ) : int
s string
리턴 int

GetChecksum() 공개 정적인 메소드

public static GetChecksum ( string filePath, HashAlgorithm algorithm ) : string
filePath string
algorithm System.Security.Cryptography.HashAlgorithm
리턴 string

GetPythonPath() 공개 정적인 메소드

public static GetPythonPath ( ) : string
리턴 string

GetRunningProcesses() 공개 정적인 메소드

public static GetRunningProcesses ( ) : DataTable
리턴 System.Data.DataTable

GetShortName() 공개 정적인 메소드

public static GetShortName ( string sLongFileName ) : string
sLongFileName string
리턴 string

InsertStringAtInterval() 공개 정적인 메소드

public static InsertStringAtInterval ( string source, string insert, int interval ) : string
source string
insert string
interval int
리턴 string

IsDirectoryAccessible() 공개 정적인 메소드

public static IsDirectoryAccessible ( string path ) : bool
path string
리턴 bool

IsDirectoryEmpty() 공개 정적인 메소드

public static IsDirectoryEmpty ( string path ) : bool
path string
리턴 bool

LoadCsv() 공개 정적인 메소드

public static LoadCsv ( string filename, bool split ) : ].string[
filename string
split bool
리턴 ].string[

ReverseString() 공개 정적인 메소드

public static ReverseString ( string s ) : string
s string
리턴 string

TokensModified() 공개 정적인 메소드

public static TokensModified ( string CurrentTokens ) : bool
CurrentTokens string
리턴 bool