C# 클래스 T8SuitePro.Form1.SearchReplacePattern

파일 보기 프로젝트 열기: mattiasclaesson/TuningSuites

공개 프로퍼티들

프로퍼티 타입 설명
CheckHeadAndTail byte[][][]
ReplaceAddress int
ReplaceWith byte[]
SearchPattern byte[]

공개 메소드들

메소드 설명
SearchReplacePattern ( byte _SearchPattern, byte _ReplaceWith, byte _CheckHeadAndTail ) : System
SearchReplacePattern ( int _ReplaceAddress, byte _ReplaceWith ) : System
isDirectReplace ( ) : bool

메소드 상세

SearchReplacePattern() 공개 메소드

public SearchReplacePattern ( byte _SearchPattern, byte _ReplaceWith, byte _CheckHeadAndTail ) : System
_SearchPattern byte
_ReplaceWith byte
_CheckHeadAndTail byte
리턴 System

SearchReplacePattern() 공개 메소드

public SearchReplacePattern ( int _ReplaceAddress, byte _ReplaceWith ) : System
_ReplaceAddress int
_ReplaceWith byte
리턴 System

isDirectReplace() 공개 메소드

public isDirectReplace ( ) : bool
리턴 bool

프로퍼티 상세

CheckHeadAndTail 공개적으로 프로퍼티

public byte[][][] CheckHeadAndTail
리턴 byte[][][]

ReplaceAddress 공개적으로 프로퍼티

public int ReplaceAddress
리턴 int

ReplaceWith 공개적으로 프로퍼티

public byte[] ReplaceWith
리턴 byte[]

SearchPattern 공개적으로 프로퍼티

public byte[] SearchPattern
리턴 byte[]