Property | Type | Description | |
---|---|---|---|
CheckHeadAndTail | byte[][][] | ||
ReplaceAddress | int | ||
ReplaceWith | byte[] | ||
SearchPattern | byte[] |
Method | Description | |
---|---|---|
SearchReplacePattern ( byte _SearchPattern, byte _ReplaceWith, byte _CheckHeadAndTail ) : System | ||
SearchReplacePattern ( int _ReplaceAddress, byte _ReplaceWith ) : System | ||
isDirectReplace ( ) : bool |
public SearchReplacePattern ( byte _SearchPattern, byte _ReplaceWith, byte _CheckHeadAndTail ) : System | ||
_SearchPattern | byte | |
_ReplaceWith | byte | |
_CheckHeadAndTail | byte | |
return | System |
public SearchReplacePattern ( int _ReplaceAddress, byte _ReplaceWith ) : System | ||
_ReplaceAddress | int | |
_ReplaceWith | byte | |
return | System |