Method GetDefaultAssemblies
- Namespace
- Alternet.Common.DotNet.DefaultAssemblies
- Assembly
- Alternet.Common.v10.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
technologyTechnologyEnvironmentGiven Technology Environment.
targetFrameworkTargetFrameworkGiven Target Framework.
useRuntimeAssembliesboolSpecifies whether runtme assemblies should be also proccessed.
Returns
- string[]
List of the assembly names satisfying specified criteria.