C# Class VitaReg.Registry

Show file Open project: Xeeynamo/VitaReg Class Usage Examples

Public Methods

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

Private Methods

Method Description
Open ( Stream iStream, Stream dStream ) : void

Method Details

GetEntry() public method

public GetEntry ( int index ) : Entry
index int
return Entry

GetEntryDesc() public method

public GetEntryDesc ( int index ) : IndexEntry
index int
return IndexEntry

Registry() public method

public Registry ( Stream iStream, Stream dStream ) : System
iStream Stream
dStream Stream
return System

Registry() public method

public Registry ( string name ) : System
name string
return System