ITypeResolutionService::GetAssembly Method (AssemblyName^, Boolean)
.NET Framework (current version)
Gets the requested assembly.
Assembly: System (in System.dll)
Parameters
- name
-
Type:
System.Reflection::AssemblyName^
The name of the assembly to retrieve.
- throwOnError
-
Type:
System::Boolean
true if this method should throw an exception if the assembly cannot be located; otherwise, false, and this method returns null if the assembly cannot be located.
Return Value
Type: System.Reflection::Assembly^An instance of the requested assembly, or null if no assembly can be located.
.NET Framework
Available since 1.1
Available since 1.1
Show: