Click or drag to resize
ReflectionUtilsFindAssembly Method
Loads an assembly from the specified file.

Namespace: Slash.Reflection.Utils
Assembly: Slash.Reflection (in Slash.Reflection.dll) Version: 1.0.6018.40175
Syntax
public static Assembly FindAssembly(
	string assemblyFile
)

Parameters

assemblyFile
Type: SystemString
Path to assembly file.

Return Value

Type: Assembly
Loaded assembly from specified path.
See Also