Click or drag to resize

FrameworkContext Fields

The FrameworkContext type exposes the following members.

Fields
  NameDescription
Protected field_applicationContext
The ApplicationContext object associated with this FrameworkContext instance.
Protected field_frameworkAssembliesPath
The path of the assemblies for the target framework.
Protected field_frameworkAssemblyNames
A dictionary of names of the assemblies for the target framework, mapped to the LoadedAssembly if loaded.
Protected field_frameworkAssemblyRelPaths
A dictionary of names of the assemblies for the target framework, mapped to their longer name including folders (for NuGet used by v5.0+).
Protected field_isAndroid
True if this is an android framework context.
Protected field_nonProfileFramework
The associated non-profile framework if this one has a profile (otherwise null).
Protected field_previousFramework
The previous version framework to this one (null if none).
Protected field_targetFramework
The target framework for this FrameworkContext instance.
Protected field_targetFrameworkProfile
The target framework profile for this FrameworkContext instance.
Protected field_targetFrameworkVersion
The target framework version for this FrameworkContext instance.
Public fieldStatic memberDNXCoreFramework
Public fieldStatic memberDotNetCoreApp10
Public fieldStatic memberDotNetCoreApp20
Public fieldStatic memberDotNetCoreFramework
Public fieldStatic memberDotNetFramework
Public fieldStatic memberDotNetStandard
Public fieldStatic memberPortableLibraryFramework
Public fieldStatic memberSilverlightFramework
Public fieldStatic memberWindowsPhoneFramework
Top
See Also