C# Class PersistentForms.ViewProfile

Zusammenfassung für ViewProfile. Read and write the registry keys
Exibir arquivo Open project: grodansparadis/vscp_firmware Class Usage Examples

Public Methods

Method Description
ReadInt ( string fieldName ) : int
ReadRect ( string fieldName ) : Rectangle
ViewProfile ( string subkey ) : System
Write ( string fieldName, Rectangle rect ) : void
Write ( string fieldName, int value ) : void

Protected Methods

Method Description
ViewProfile ( ) : System

Method Details

ReadInt() public method

public ReadInt ( string fieldName ) : int
fieldName string
return int

ReadRect() public method

public ReadRect ( string fieldName ) : Rectangle
fieldName string
return System.Drawing.Rectangle

ViewProfile() protected method

protected ViewProfile ( ) : System
return System

ViewProfile() public method

public ViewProfile ( string subkey ) : System
subkey string
return System

Write() public method

public Write ( string fieldName, Rectangle rect ) : void
fieldName string
rect System.Drawing.Rectangle
return void

Write() public method

public Write ( string fieldName, int value ) : void
fieldName string
value int
return void