FrameworkContext Methods |
The FrameworkContext type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FindVsAssembly | ||
Get |
Get the FrameworkContext object for the specified target framework version.
| |
GetDescription |
Get the full description of this target framework.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetRuntimeLocation |
Get the .NET runtime location for the requested version.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsFrameworkAssembly |
Determine if the specified assembly exists in the targeted framework.
| |
LoadAssembly |
Load an assembly into the current AppDomain, treating any matching short name as a framework assembly
for the targeted framework (non-matching names or display names are loaded normally).
| |
LoadNuGetFiles | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Unload |
Unload the FrameworkContext (clears the map of loaded framework assemblies).
| |
UnloadAll |
Unload all FrameworkContext instances.
|