Assembly.LoadFile Method
.NET Framework 3.0
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. |