OPCDA.NET Reference Manual
LoadFromExeDir Method
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET Namespace > ItemListLoader Class : LoadFromExeDir Method

fileName
Path name of the XML file, containing the required item definition lists.

Glossary Item Box

Available in the OPCDA.NET Professional Edition only.
Loads the specified XML file from the EXE file directory and deserializes into an array structure, which is stored in this object. Access methods return selected information in the proper type for XML-DA server calls.

Syntax

Visual Basic (Declaration) 
Public Sub LoadFromExeDir( _
   ByVal fileName As String _
) 
C# 
public void LoadFromExeDir( 
   string fileName
)

Parameters

fileName
Path name of the XML file, containing the required item definition lists.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x

See Also

Copyright © 2002-2018 Advosol Inc. All Rights Reserved.