EasyUA Reference
Load(FileInfo,ApplicationType,Type,Boolean) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ApplicationConfiguration Class > Load Method : Load(FileInfo,ApplicationType,Type,Boolean) Method

file
The file.
applicationType
Type of the application.
systemType
Type of the system.
applyTraceSettings
if set to true apply trace settings after validation.

Glossary Item Box

Loads and validates the application configuration from a configuration section.

Syntax

Visual Basic (Usage)Copy Code
Dim file As FileInfo
Dim applicationType As ApplicationType
Dim systemType As Type
Dim applyTraceSettings As Boolean
Dim value As ApplicationConfiguration
 
value = ApplicationConfiguration.Load(file, applicationType, systemType, applyTraceSettings)

Parameters

file
The file.
applicationType
Type of the application.
systemType
Type of the system.
applyTraceSettings
if set to true apply trace settings after validation.

Return Value

Application configuration

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.