C# Class Hpdi.VssPhysicalLib.NameRecord

VSS record containing the logical names of an object in particular contexts.
Inheritance: VssRecord
Afficher le fichier Open project: abevoelker/vss2git Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Dump ( TextWriter writer ) : void
writer System.IO.TextWriter
Résultat void

GetKind() public méthode

public GetKind ( int index ) : NameKind
index int
Résultat NameKind

GetName() public méthode

public GetName ( int index ) : string
index int
Résultat string

IndexOf() public méthode

public IndexOf ( NameKind kind ) : int
kind NameKind
Résultat int

Read() public méthode

public Read ( BufferReader reader, RecordHeader header ) : void
reader BufferReader
header RecordHeader
Résultat void