C# 클래스 PersistentForms.ViewProfile

Zusammenfassung für ViewProfile. Read and write the registry keys
파일 보기 프로젝트 열기: grodansparadis/vscp_firmware 1 사용 예제들

공개 메소드들

메소드 설명
ReadInt ( string fieldName ) : int
ReadRect ( string fieldName ) : Rectangle
ViewProfile ( string subkey ) : System
Write ( string fieldName, Rectangle rect ) : void
Write ( string fieldName, int value ) : void

보호된 메소드들

메소드 설명
ViewProfile ( ) : System

메소드 상세

ReadInt() 공개 메소드

public ReadInt ( string fieldName ) : int
fieldName string
리턴 int

ReadRect() 공개 메소드

public ReadRect ( string fieldName ) : Rectangle
fieldName string
리턴 System.Drawing.Rectangle

ViewProfile() 보호된 메소드

protected ViewProfile ( ) : System
리턴 System

ViewProfile() 공개 메소드

public ViewProfile ( string subkey ) : System
subkey string
리턴 System

Write() 공개 메소드

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

Write() 공개 메소드

public Write ( string fieldName, int value ) : void
fieldName string
value int
리턴 void