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

Property Value

The value of this property cannot be null (Nothing in Visual Basic).

The individual elements of the property value cannot be null (Nothing in Visual Basic).

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