Method GetDefaultAssemblies
- Namespace
- Alternet.Common.DotNet.DefaultAssemblies
- Assembly
- Alternet.Common.v9.dll
GetDefaultAssemblies(TechnologyEnvironment, TargetFramework?, bool)
Gets a list of the assemblies default for the specific environment and framework.
public string[] GetDefaultAssemblies(TechnologyEnvironment technology, TargetFramework? targetFramework = null, bool useRuntimeAssemblies = false)
Parameters
technology
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.