Click or drag to resize

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
Syntax
C#
protected readonly Dictionary<string, LoadedAssembly> _frameworkAssemblyNames

Field Value

Type: DictionaryString, LoadedAssembly
See Also