Loads the assembly with the specified file name as an untrusted assembly

Namespace: TMD.Util
Assembly: Driver (in Driver.exe) Version: 1.0.0.0

Syntax

C#
internal static Assembly LoadUnrustedAssembly(
	string fileName
)

Parameters

fileName
Type: System..::..String

[Missing <param name="fileName"/> documentation for "M:TMD.Util.AssemblyLoader.LoadUnrustedAssembly(System.String)"]

Return Value

[Missing <returns> documentation for "M:TMD.Util.AssemblyLoader.LoadUnrustedAssembly(System.String)"]

See Also