C# Class Hpdi.VssPhysicalLib.NameRecord

VSS record containing the logical names of an object in particular contexts.
Inheritance: VssRecord
显示文件 Open project: abevoelker/vss2git Class Usage Examples

Public Methods

Method Description
Dump ( TextWriter writer ) : void
GetKind ( int index ) : NameKind
GetName ( int index ) : string
IndexOf ( NameKind kind ) : int
Read ( BufferReader reader, RecordHeader header ) : void

Method Details

Dump() public method

public Dump ( TextWriter writer ) : void
writer System.IO.TextWriter
return void

GetKind() public method

public GetKind ( int index ) : NameKind
index int
return NameKind

GetName() public method

public GetName ( int index ) : string
index int
return string

IndexOf() public method

public IndexOf ( NameKind kind ) : int
kind NameKind
return int

Read() public method

public Read ( BufferReader reader, RecordHeader header ) : void
reader BufferReader
header RecordHeader
return void