Visual Basic (Usage) | ![]() |
---|---|
Dim file As FileInfo Dim systemType As Type Dim value As ApplicationConfiguration value = ApplicationConfiguration.LoadWithNoValidation(file, systemType) |
C# | |
---|---|
public static ApplicationConfiguration LoadWithNoValidation( FileInfo file, Type systemType ) |
Parameters
- file
- The file.
- systemType
- Type of the system.
Return Value
Application configurationUse this method to ensure the configuration is not changed during loading.
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x