Skip to main content
.NET Framework Class Library
Assembly..::.LoadFrom Method





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.

Overload List
 NameDescription
Public methodStatic memberLoadFrom(String)Loads an assembly given its file name or path.
Public methodStatic memberLoadFrom(String, Evidence)Obsolete. Loads an assembly given its file name or path and supplying security evidence.
Public methodStatic memberLoadFrom(String, array<Byte>[]()[], AssemblyHashAlgorithm)Loads an assembly given its file name or path, hash value, and hash algorithm.
Public methodStatic memberLoadFrom(String, Evidence, array<Byte>[]()[], AssemblyHashAlgorithm)Obsolete. Loads an assembly given its file name or path, security evidence, hash value, and hash algorithm.
Top