Click or drag to resize

AssemblyLoaderToolLoadAssembly Method (String, ILogBuilder, Boolean, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Static utility method - internally creates AssemblyLoaderTool and loads specified assemly file

Namespace:  imbSCI.Core.extensions.typeworks
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static Assembly LoadAssembly(
	string dllFile,
	ILogBuilder _log,
	bool loadReferencedAssemblies = false,
	bool loadReflectionOnly = true
)
Request Example View Source

Parameters

dllFile
Type: SystemString
The DLL file.
_log
Type: imbSCI.Core.reportingILogBuilder
The log.
loadReferencedAssemblies (Optional)
Type: SystemBoolean
if set to true [load referenced assemblies].
loadReflectionOnly (Optional)
Type: SystemBoolean
if set to true [load reflection only].

Return Value

Type: Assembly
See Also