Assembly.LoadFrom Method
.NET Framework 4.5
Loads an assembly.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
LoadFrom(String) | Loads an assembly given its file name or path. |
|
LoadFrom(String, Evidence) | Obsolete. Loads an assembly given its file name or path and supplying security evidence. |
|
LoadFrom(String, Byte[], AssemblyHashAlgorithm) | Loads an assembly given its file name or path, hash value, and hash algorithm. |
|
LoadFrom(String, Evidence, Byte[], AssemblyHashAlgorithm) | Obsolete. Loads an assembly given its file name or path, security evidence, hash value, and hash algorithm. |