0 out of 1 rated this helpful - Rate this topic

Assembly.LoadFile Method

Loads the contents of an assembly file.
Name Description
Assembly.LoadFile (String) Loads the contents of an assembly file on the specified path.
Assembly.LoadFile (String, Evidence) Loads an assembly given its path, loading the assembly into the domain of the caller using the supplied evidence.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Dependencies of the assembly
The Assembly.LoadFile does not load Dependencies of the Assembly even if they are in the same directory location. The method Assembly.LoadFrom does this task.