| Visual Basic (Declaration) | |
|---|---|
Public Sub RefreshSettings() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AdvancedSettings instance.RefreshSettings() | |
| C# | |
|---|---|
public void RefreshSettings() | |
| C++/CLI | |
|---|---|
public: void RefreshSettings(); | |
This method re-reads the advanced settings from disk. This method should be call if the configuration file is updated while the application is running.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code