Assembly.LoadWithPartialName Method
.NET Framework 3.0
Loads an assembly from the application directory or from the global assembly cache using a partial name.
| Name | Description |
|---|---|
| Assembly.LoadWithPartialName (String) | Loads an assembly from the application directory or from the global assembly cache using a partial name. |
| Assembly.LoadWithPartialName (String, Evidence) | 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. |