C# Class stm32_bsp_generator.RegisterParserConfiguration.KnownRegisterWithoutSubregisters

Afficher le fichier Open project: sysprogs/BSPTools

Méthodes publiques

Свойство Type Description
RegName System.Text.RegularExpressions.Regex
SetName System.Text.RegularExpressions.Regex
SetType System.Text.RegularExpressions.Regex

Méthodes publiques

Méthode Description
IsMatch ( string setName, string setType, string regName ) : bool

Method Details

IsMatch() public méthode

public IsMatch ( string setName, string setType, string regName ) : bool
setName string
setType string
regName string
Résultat bool

Property Details

RegName public_oe property

public Regex,System.Text.RegularExpressions RegName
Résultat System.Text.RegularExpressions.Regex

SetName public_oe property

public Regex,System.Text.RegularExpressions SetName
Résultat System.Text.RegularExpressions.Regex

SetType public_oe property

public Regex,System.Text.RegularExpressions SetType
Résultat System.Text.RegularExpressions.Regex