C# 클래스 Goedel.Mesh.ConfigRegistryEntryDWORD

Registry entry for unsigned 32 bit integer.
상속: ConfigRegistryEntry
파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Value uint

공개 메소드들

메소드 설명
ConfigRegistryEntryDWORD ( uint Value ) : System

Construct a new instance.

Write ( string Key, XmlWriter Writer ) : void

Write the formatted value to an XML stream.

메소드 상세

ConfigRegistryEntryDWORD() 공개 메소드

Construct a new instance.
public ConfigRegistryEntryDWORD ( uint Value ) : System
Value uint the initial value of the entry.
리턴 System

Write() 공개 메소드

Write the formatted value to an XML stream.
public Write ( string Key, XmlWriter Writer ) : void
Key string The registry key/XML element name.
Writer System.Xml.XmlWriter The writer to output the entry to.
리턴 void

프로퍼티 상세

Value 공개적으로 프로퍼티

The entry value
public uint Value
리턴 uint