Click or drag to resize

FrameworkContext Methods

The FrameworkContext type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodFindVsAssembly
Public methodStatic memberGet
Get the FrameworkContext object for the specified target framework version.
Public methodGetDescription
Get the full description of this target framework.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetRuntimeLocation
Get the .NET runtime location for the requested version.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsFrameworkAssembly
Determine if the specified assembly exists in the targeted framework.
Public methodLoadAssembly
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).
Public methodStatic memberLoadNuGetFiles
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnload
Unload the FrameworkContext (clears the map of loaded framework assemblies).
Public methodStatic memberUnloadAll
Unload all FrameworkContext instances.
Top
See Also