PostSharpAPI ReferencePost­Sharp.​ExtensibilityIPost­Sharp­EnvironmentLoad­Assembly­From­File
Open sandboxFocus

Method LoadAssemblyFromFile

LoadAssemblyFromFile(String)

Loads an Assembly given its file name.

Declaration
Assembly LoadAssemblyFromFile(string fileName)
Parameters
Type Name Description
String fileName

Full assembly path.

Returns
Type Description
Assembly

The Assembly.