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





Loads the contents of an assembly file.

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 memberLoadFile(String)Loads the contents of an assembly file on the specified path.
Public methodStatic memberLoadFile(String, Evidence)Obsolete. Loads an assembly given its path, loading the assembly into the domain of the caller using the supplied evidence.
Top