¡@

Home 

c# Programming Glossary: customconfigurationfilereader

Read custom configuration file in C# (Framework 4.0)

http://stackoverflow.com/questions/6341906/read-custom-configuration-file-in-c-sharp-framework-4-0

reader that reads the files once var configFileReader new CustomConfigurationFileReader c myconfig.config var config configFileReader.Config Do any.. the configuraiton file changes var configFileReader new CustomConfigurationFileReader c myconfig.config true Register to the FileChanged event configFileReader.FileChanged.. Reads customer configuration file summary public class CustomConfigurationFileReader By default don't notify on file change private const bool DEFAULT_NOTIFY_BEHAVIOUR..