Click or drag to resize

FrameworkContextReferenceAssemblies Property

A dictionary of the reference assemblies for the target framework by name.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public Dictionary<string, LoadedAssembly> ReferenceAssemblies { get; }

Property Value

Type: DictionaryString, LoadedAssembly
See Also