C# Class Hpdi.VssPhysicalLib.ProjectEntryFile

Represents a file containing VSS project entry records.
Inheritance: VssRecordFile
Afficher le fichier Open project: abevoelker/vss2git

Méthodes publiques

Méthode Description
GetFirstEntry ( ) : ProjectEntryRecord
GetNextEntry ( ) : ProjectEntryRecord
ProjectEntryFile ( string filename, Encoding encoding ) : System.Text

Method Details

GetFirstEntry() public méthode

public GetFirstEntry ( ) : ProjectEntryRecord
Résultat ProjectEntryRecord

GetNextEntry() public méthode

public GetNextEntry ( ) : ProjectEntryRecord
Résultat ProjectEntryRecord

ProjectEntryFile() public méthode

public ProjectEntryFile ( string filename, Encoding encoding ) : System.Text
filename string
encoding System.Text.Encoding
Résultat System.Text