QuickOPC User's Guide and Reference
InternalMappedFileInfoDictionary Property



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
[ElementsNotNull()]
[NotNull()]
protected Dictionary<string,IFileInfo2> InternalMappedFileInfoDictionary {get;}
[ElementsNotNull()]
[NotNull()]
protected:
property Dictionary<String^,IFileInfo2^>^ InternalMappedFileInfoDictionary {
   Dictionary<String^,IFileInfo2^>^ get();
}
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