C# 클래스 Hpdi.VssPhysicalLib.NameFile

Represents a file containing VSS name records.
상속: VssRecordFile
파일 보기 프로젝트 열기: abevoelker/vss2git 1 사용 예제들

공개 메소드들

메소드 설명
GetName ( int offset ) : NameRecord
GetNextName ( ) : NameRecord
NameFile ( string filename, Encoding encoding ) : System.Text

메소드 상세

GetName() 공개 메소드

public GetName ( int offset ) : NameRecord
offset int
리턴 NameRecord

GetNextName() 공개 메소드

public GetNextName ( ) : NameRecord
리턴 NameRecord

NameFile() 공개 메소드

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