C# Class Goedel.Mesh.Platform.RegistryKeySet

A set of registry keys
Datei anzeigen Open project: hallambaker/Mathematical-Mesh Class Usage Examples

Public Properties

Property Type Description
Default bool

Public Methods

Method Description
GetValueMultiString ( string Key ) : string[]

Get a multiple string value.

GetValueString ( string Key ) : string

Get a single string value

RegistryKeySet ( string Key, Microsoft RegistryKey ) : System.IO

Get set of registry keys

Write ( string Key, List Value ) : void

Write a multiple string valye

Write ( string Key, string Value ) : void

Write a string valye

Method Details

GetValueMultiString() public method

Get a multiple string value.
public GetValueMultiString ( string Key ) : string[]
Key string key to fetch
return string[]

GetValueString() public method

Get a single string value
public GetValueString ( string Key ) : string
Key string The key
return string

RegistryKeySet() public method

Get set of registry keys
public RegistryKeySet ( string Key, Microsoft RegistryKey ) : System.IO
Key string Key to fetch
RegistryKey Microsoft Key value
return System.IO

Write() public method

Write a multiple string valye
public Write ( string Key, List Value ) : void
Key string The Key
Value List The value.
return void

Write() public method

Write a string valye
public Write ( string Key, string Value ) : void
Key string The Key
Value string The value.
return void

Property Details

Default public_oe property

If true, there is a default value.
public bool Default
return bool