C# Class ICSharpCode.TextEditor.Document.FileSyntaxModeProvider

Inheritance: ISyntaxModeFileProvider
Afficher le fichier Open project: jumpinjackie/fdotoolbox Class Usage Examples

Méthodes publiques

Méthode Description
FileSyntaxModeProvider ( string directory ) : System
GetSyntaxModeFile ( SyntaxMode syntaxMode ) : XmlTextReader
UpdateSyntaxModeList ( ) : void

Private Methods

Méthode Description
ScanDirectory ( string directory ) : List

Method Details

FileSyntaxModeProvider() public méthode

public FileSyntaxModeProvider ( string directory ) : System
directory string
Résultat System

GetSyntaxModeFile() public méthode

public GetSyntaxModeFile ( SyntaxMode syntaxMode ) : XmlTextReader
syntaxMode SyntaxMode
Résultat System.Xml.XmlTextReader

UpdateSyntaxModeList() public méthode

public UpdateSyntaxModeList ( ) : void
Résultat void