Method GetDefaultAssemblies
- Namespace
- Alternet.Common.DotNet.DefaultAssemblies
- Assembly
- Alternet.Common.v9.dll
GetDefaultAssemblies(TechnologyEnvironment, TargetFramework?, bool)
When implemented by a class, gets a list of the assemblies default for the specific environment and framework.
string[] GetDefaultAssemblies(TechnologyEnvironment environment, TargetFramework? targetFramework = null, bool useRuntimeAssemblies = false)
Parameters
environment
TechnologyEnvironmentGiven Technology Environment.
targetFramework
TargetFrameworkGiven Target Framework.
useRuntimeAssemblies
boolSpecifies whether runtme assemblies should be also proccessed.
Returns
- string[]
List of the assembly names satisfying specified criteria.