Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Function GetReflectionAssembly ( _
assemblyName As AssemblyName _
) As Assembly
public Assembly GetReflectionAssembly(
AssemblyName assemblyName
)
public:
Assembly^ GetReflectionAssembly(
AssemblyName^ assemblyName
)
member GetReflectionAssembly :
assemblyName:AssemblyName -> Assembly
public function GetReflectionAssembly(
assemblyName : AssemblyName
) : Assembly
Parameters
assemblyName
Type: AssemblyNameThe assembly name.
Return Value
Type: Assembly
The assembly.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.