C# Class Goedel.Mesh.Platform.RegistryKeySet

A set of registry keys
Afficher le fichier Open project: hallambaker/Mathematical-Mesh Class Usage Examples

Méthodes publiques

Свойство Type Description
Default bool

Méthodes publiques

Méthode 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 méthode

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

GetValueString() public méthode

Get a single string value
public GetValueString ( string Key ) : string
Key string The key
Résultat string

RegistryKeySet() public méthode

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

Write() public méthode

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

Write() public méthode

Write a string valye
public Write ( string Key, string Value ) : void
Key string The Key
Value string The value.
Résultat void

Property Details

Default public_oe property

If true, there is a default value.
public bool Default
Résultat bool