VsTargetFrameworkProvider.Refresh(AssemblyName) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Refreshes the information for the specified assembly.
public:
void Refresh(System::Reflection::AssemblyName ^ assemblyName);
public void Refresh (System.Reflection.AssemblyName assemblyName);
member this.Refresh : System.Reflection.AssemblyName -> unit
Public Sub Refresh (assemblyName As AssemblyName)
Parameters
- assemblyName
- AssemblyName
The name of the assembly.