Loads all of the assemblies (dll) found in directory. Not recursive

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

Syntax

C#
internal static void LoadTrustedAssembliesInDir(
	string dirName
)

Parameters

dirName
Type: System..::..String

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

See Also