C# Class MySql.Data.VisualStudio.MySqlScanner

We don't actually need this class but we have to return a scanner object from our language service or the colorizing doesn't work. All the colorizing work happens in MySqlColorizer.
Inheritance: IScanner
Afficher le fichier Open project: elevate/mysqlconnector-.net

Méthodes publiques

Méthode Description
MySqlScanner ( ) : Microsoft.VisualStudio.Package

Private Methods

Méthode Description
GetTokenColor ( Microsoft.VisualStudio.Package.TokenInfo ti ) : TokenColor
GetTokenType ( string token ) : TokenType
IScanner ( Microsoft.VisualStudio.Package.TokenInfo tokenInfo, int &state ) : bool
IScanner ( string source, int offset ) : void
Initialize ( ) : void
IsKeyword ( string token ) : bool

Method Details

MySqlScanner() public méthode

public MySqlScanner ( ) : Microsoft.VisualStudio.Package
Résultat Microsoft.VisualStudio.Package