C# 클래스 Hpdi.VssPhysicalLib.ProjectEntryFile

Represents a file containing VSS project entry records.
상속: VssRecordFile
파일 보기 프로젝트 열기: abevoelker/vss2git

공개 메소드들

메소드 설명
GetFirstEntry ( ) : ProjectEntryRecord
GetNextEntry ( ) : ProjectEntryRecord
ProjectEntryFile ( string filename, Encoding encoding ) : System.Text

메소드 상세

GetFirstEntry() 공개 메소드

public GetFirstEntry ( ) : ProjectEntryRecord
리턴 ProjectEntryRecord

GetNextEntry() 공개 메소드

public GetNextEntry ( ) : ProjectEntryRecord
리턴 ProjectEntryRecord

ProjectEntryFile() 공개 메소드

public ProjectEntryFile ( string filename, Encoding encoding ) : System.Text
filename string
encoding System.Text.Encoding
리턴 System.Text