C# Class VitaReg.Registry

Afficher le fichier Open project: Xeeynamo/VitaReg Class Usage Examples

Méthodes publiques

Méthode Description
GetEntry ( int index ) : Entry
GetEntryDesc ( int index ) : IndexEntry
Registry ( Stream iStream, Stream dStream ) : System
Registry ( string name ) : System

Private Methods

Méthode Description
Open ( Stream iStream, Stream dStream ) : void

Method Details

GetEntry() public méthode

public GetEntry ( int index ) : Entry
index int
Résultat Entry

GetEntryDesc() public méthode

public GetEntryDesc ( int index ) : IndexEntry
index int
Résultat IndexEntry

Registry() public méthode

public Registry ( Stream iStream, Stream dStream ) : System
iStream Stream
dStream Stream
Résultat System

Registry() public méthode

public Registry ( string name ) : System
name string
Résultat System