C# Class T8SuitePro.Form1.SearchReplacePattern

Afficher le fichier Open project: mattiasclaesson/TuningSuites

Méthodes publiques

Свойство Type Description
CheckHeadAndTail byte[][][]
ReplaceAddress int
ReplaceWith byte[]
SearchPattern byte[]

Méthodes publiques

Méthode Description
SearchReplacePattern ( byte _SearchPattern, byte _ReplaceWith, byte _CheckHeadAndTail ) : System
SearchReplacePattern ( int _ReplaceAddress, byte _ReplaceWith ) : System
isDirectReplace ( ) : bool

Method Details

SearchReplacePattern() public méthode

public SearchReplacePattern ( byte _SearchPattern, byte _ReplaceWith, byte _CheckHeadAndTail ) : System
_SearchPattern byte
_ReplaceWith byte
_CheckHeadAndTail byte
Résultat System

SearchReplacePattern() public méthode

public SearchReplacePattern ( int _ReplaceAddress, byte _ReplaceWith ) : System
_ReplaceAddress int
_ReplaceWith byte
Résultat System

isDirectReplace() public méthode

public isDirectReplace ( ) : bool
Résultat bool

Property Details

CheckHeadAndTail public_oe property

public byte[][][] CheckHeadAndTail
Résultat byte[][][]

ReplaceAddress public_oe property

public int ReplaceAddress
Résultat int

ReplaceWith public_oe property

public byte[] ReplaceWith
Résultat byte[]

SearchPattern public_oe property

public byte[] SearchPattern
Résultat byte[]