FrameworkContext Fields |
The FrameworkContext type exposes the following members.
Name | Description | |
---|---|---|
![]() | _applicationContext |
The ApplicationContext object associated with this FrameworkContext instance.
|
![]() | _frameworkAssembliesPath |
The path of the assemblies for the target framework.
|
![]() | _frameworkAssemblyNames |
A dictionary of names of the assemblies for the target framework, mapped to the LoadedAssembly if loaded.
|
![]() | _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+).
|
![]() | _isAndroid |
True if this is an android framework context.
|
![]() | _nonProfileFramework |
The associated non-profile framework if this one has a profile (otherwise null).
|
![]() | _previousFramework |
The previous version framework to this one (null if none).
|
![]() | _targetFramework |
The target framework for this FrameworkContext instance.
|
![]() | _targetFrameworkProfile |
The target framework profile for this FrameworkContext instance.
|
![]() | _targetFrameworkVersion |
The target framework version for this FrameworkContext instance.
|
![]() ![]() | DNXCoreFramework | |
![]() ![]() | DotNetCoreApp10 | |
![]() ![]() | DotNetCoreApp20 | |
![]() ![]() | DotNetCoreFramework | |
![]() ![]() | DotNetFramework | |
![]() ![]() | DotNetStandard | |
![]() ![]() | PortableLibraryFramework | |
![]() ![]() | SilverlightFramework | |
![]() ![]() | WindowsPhoneFramework |