ReadRegistryAttribute() public static method

public static ReadRegistryAttribute ( String name ) : String
name String
return String
Exemplo n.º 1
0
 private void LoadDatabasePathFromRegistry()
 {
     try
     {
         _databasePath = ATMLRegistryUtils.ReadRegistryAttribute("db-location");
     }
     catch (Exception)
     {
         /* Do Nothing */
     }
 }