See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Get all compiled assemblies referenced by the given project.

Namespace: NTier.EntityGenerator
Assembly: NTier.EntityGenerator (in NTier.EntityGenerator.dll) Version: 1.0.0.0

Syntax

C#
public static Assembly[] GetReferencedAssemblies(
	ITypeResolutionService typeResolutionService,
	params Project[] projects
)
Visual Basic
Public Shared Function GetReferencedAssemblies ( 
	typeResolutionService As ITypeResolutionService,
	ParamArray projects As Project()
) As Assembly()
Visual C++
public:
static array<Assembly^>^ GetReferencedAssemblies(
	ITypeResolutionService^ typeResolutionService, 
	... array<Project^>^ projects
)

Parameters

typeResolutionService
Type: System.ComponentModel.Design..::..ITypeResolutionService
projects
Type: array<Project>[]()[][]

Return Value

Type: array<Assembly>[]()[][]

See Also