Method GetFrameworkRootPaths
- Namespace
- Alternet.Common.DotNet.DefaultAssemblies
- Assembly
- Alternet.Common.v10.dll
GetFrameworkRootPaths(TechnologyEnvironment, TargetFramework?, bool)
Gets a list of the assemblies paths for the specific environment and framework.
public string[] GetFrameworkRootPaths(TechnologyEnvironment environment, TargetFramework? targetFramework = null, bool useRuntimeAssemblies = false)
Parameters
environment
TechnologyEnvironmentGiven Technology Environment.
targetFramework
TargetFrameworkGiven Target Framework.
useRuntimeAssemblies
bool
Returns
- string[]
List of the assembly names satisfying specified criteria.