C# Class T8SuitePro.Form1.SearchReplacePattern

Exibir arquivo Open project: mattiasclaesson/TuningSuites

Public Properties

Property Type Description
CheckHeadAndTail byte[][][]
ReplaceAddress int
ReplaceWith byte[]
SearchPattern byte[]

Public Methods

Method Description
SearchReplacePattern ( byte _SearchPattern, byte _ReplaceWith, byte _CheckHeadAndTail ) : System
SearchReplacePattern ( int _ReplaceAddress, byte _ReplaceWith ) : System
isDirectReplace ( ) : bool

Method Details

SearchReplacePattern() public method

public SearchReplacePattern ( byte _SearchPattern, byte _ReplaceWith, byte _CheckHeadAndTail ) : System
_SearchPattern byte
_ReplaceWith byte
_CheckHeadAndTail byte
return System

SearchReplacePattern() public method

public SearchReplacePattern ( int _ReplaceAddress, byte _ReplaceWith ) : System
_ReplaceAddress int
_ReplaceWith byte
return System

isDirectReplace() public method

public isDirectReplace ( ) : bool
return bool

Property Details

CheckHeadAndTail public_oe property

public byte[][][] CheckHeadAndTail
return byte[][][]

ReplaceAddress public_oe property

public int ReplaceAddress
return int

ReplaceWith public_oe property

public byte[] ReplaceWith
return byte[]

SearchPattern public_oe property

public byte[] SearchPattern
return byte[]