VsTargetFrameworkProvider::GetReflectionAssembly Method (AssemblyName^)

 

Gets the assembly that has the specified assembly name.

Namespace:   Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

public:
Assembly^ GetReflectionAssembly(
	AssemblyName^ assemblyName
)

Parameters

assemblyName
Type: System.Reflection::AssemblyName^

The assembly name.

Return Value

Type: System.Reflection::Assembly^

The assembly.

Return to top
Show: