FrameworkContext._frameworkAssemblyNames Field |
A dictionary of names of the assemblies for the target framework, mapped to the
LoadedAssembly if loaded.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntaxprotected readonly Dictionary<string, LoadedAssembly> _frameworkAssemblyNames
Field Value
Type:
Dictionary<String,
LoadedAssembly>
See Also