EasyUA Reference
LoadWithNoValidation Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ApplicationConfiguration Class : LoadWithNoValidation Method

file
The file.
systemType
Type of the system.

Glossary Item Box

Loads but does not validate the application configuration from a configuration section.

Syntax

Visual Basic (Usage)Copy Code
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 configuration

Remarks

Use this method to ensure the configuration is not changed during loading.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.