Assembly::LoadWithPartialName Method
.NET Framework (current version)
Loads an assembly from the application directory or from the global assembly cache using a partial name.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | LoadWithPartialName(String^) | Obsolete. Loads an assembly from the application directory or from the global assembly cache using a partial name. |
![]() ![]() | LoadWithPartialName(String^, Evidence^) | Obsolete. Loads an assembly from the application directory or from the global assembly cache using a partial name. The assembly is loaded into the domain of the caller using the supplied evidence. |
Important |
|---|
The overloads of the Assembly::LoadWithPartialName method are obsolete and have been retained for backward compatibility. The non-obsolete alternative is Assembly::Load(String^). |
Show:


