See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Assembly: NTier.Design (in NTier.Design.dll) Version: 1.0.0.0
NTier Windows Forms Framework Home
NTier Framework API reference
Get all compiled assemblies referenced by the given project.
Namespace: NTier.Design.DTEAssembly: NTier.Design (in NTier.Design.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>[]()[][]