C# 클래스 ntrclient.Prog.CS.Utility

파일 보기 프로젝트 열기: imthe666st/NTRClient

공개 메소드들

메소드 설명
ConvertByteArrayToHexString ( byte arr ) : string
RunCommandAndGetOutput ( string exeFile, string args, string &output ) : int

메소드 상세

ConvertByteArrayToHexString() 공개 정적인 메소드

public static ConvertByteArrayToHexString ( byte arr ) : string
arr byte
리턴 string

RunCommandAndGetOutput() 공개 정적인 메소드

public static RunCommandAndGetOutput ( string exeFile, string args, string &output ) : int
exeFile string
args string
output string
리턴 int