Assembly.LoadWithPartialName Method
.NET Framework 4
Loads an assembly from the application directory or from the global assembly cache using a partial name.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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. |