C# Class MonoDevelop.Ide.FindInFiles.FileProvider

Afficher le fichier Open project: powerumc/monodevelop_korean Class Usage Examples

Méthodes publiques

Méthode Description
BeginReplace ( string content ) : void
EndReplace ( ) : void
FileProvider ( string fileName ) : System.IO
FileProvider ( string fileName, Project project ) : System.IO
FileProvider ( string fileName, Project project, int selectionStartPostion, int selectionEndPosition ) : System.IO
ReadString ( ) : string
ReadString ( bool readBinaryFiles ) : string
Replace ( int offset, int length, string replacement ) : void

Private Methods

Méthode Description
SearchDocument ( ) : Task

Method Details

BeginReplace() public méthode

public BeginReplace ( string content ) : void
content string
Résultat void

EndReplace() public méthode

public EndReplace ( ) : void
Résultat void

FileProvider() public méthode

public FileProvider ( string fileName ) : System.IO
fileName string
Résultat System.IO

FileProvider() public méthode

public FileProvider ( string fileName, Project project ) : System.IO
fileName string
project MonoDevelop.Projects.Project
Résultat System.IO

FileProvider() public méthode

public FileProvider ( string fileName, Project project, int selectionStartPostion, int selectionEndPosition ) : System.IO
fileName string
project MonoDevelop.Projects.Project
selectionStartPostion int
selectionEndPosition int
Résultat System.IO

ReadString() public méthode

public ReadString ( ) : string
Résultat string

ReadString() public méthode

public ReadString ( bool readBinaryFiles ) : string
readBinaryFiles bool
Résultat string

Replace() public méthode

public Replace ( int offset, int length, string replacement ) : void
offset int
length int
replacement string
Résultat void