This documentation is archived and is not being maintained.
Assembly::LoadFrom Method
Visual Studio 2010
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, array<Byte>, AssemblyHashAlgorithm) | Loads an assembly given its file name or path, hash value, and hash algorithm. |
|
LoadFrom(String, Evidence, array<Byte>, AssemblyHashAlgorithm) | Obsolete. Loads an assembly given its file name or path, security evidence, hash value, and hash algorithm. |
Show: