Click or drag to resize

AssemblyLoaderTool Constructor (ILogBuilder, Boolean, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the AssemblyLoaderTool class and deploys general settings.

Namespace:  imbSCI.Core.extensions.typeworks
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public AssemblyLoaderTool(
	ILogBuilder _log,
	bool loadReferencedAssemblies,
	bool loadReflectionOnly
)
Request Example View Source

Parameters

_log
Type: imbSCI.Core.reportingILogBuilder
loadReferencedAssemblies
Type: SystemBoolean
if set to true [load referenced assemblies].
loadReflectionOnly
Type: SystemBoolean
if set to true [load reflection only].
See Also