Assembly.LoadFrom Method (System.Reflection)

Switch View :
ScriptFree
.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

  Name Description
Public method Static member LoadFrom(String) Loads an assembly given its file name or path.
Public method Static member LoadFrom(String, Evidence) Obsolete. Loads an assembly given its file name or path and supplying security evidence.
Public method Static member LoadFrom(String, Byte[], AssemblyHashAlgorithm) Loads an assembly given its file name or path, hash value, and hash algorithm.
Public method Static member LoadFrom(String, Evidence, Byte[], AssemblyHashAlgorithm) Obsolete. Loads an assembly given its file name or path, security evidence, hash value, and hash algorithm.
Top
See Also

Reference