Collect all assemblies in given location.

Namespace: Cartella.Support
Assembly: CartellaBase (in CartellaBase.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public static Assembly[] getAssembliesInFolderForTypeFind(
	bool includePluginsFolder
)
Visual Basic
Public Shared Function getAssembliesInFolderForTypeFind ( _
	includePluginsFolder As Boolean _
) As Assembly()
Visual C++
public:
static array<Assembly^>^ getAssembliesInFolderForTypeFind(
	bool includePluginsFolder
)

Parameters

includePluginsFolder
Type: System..::..Boolean
True to collect the assemblies in "Plugins" folder in target location

Return Value

Array of assemblies in given location

See Also