OPC Studio User's Guide and Reference
InternalMappedFileInfoDictionary Property



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Extensions.FileProviders Namespace > MappedFileProvider Class : InternalMappedFileInfoDictionary Property
Infrastructure. Contains the dictionary that maps the file names into their corresponding file infos.
Syntax
'Declaration
 
<ElementsNotNullAttribute()>
<NotNullAttribute()>
Protected ReadOnly Property InternalMappedFileInfoDictionary As Dictionary(Of String,IFileInfo2)
 
'Usage
 
Dim instance As MappedFileProvider
Dim value As Dictionary(Of String,IFileInfo2)
 
value = instance.InternalMappedFileInfoDictionary
Remarks

This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also