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.
string[] GetFrameworkRootPaths(TechnologyEnvironment environment, TargetFramework? targetFramework = null, bool useRuntimeAssemblies = false)
Parameters
environmentTechnologyEnvironmentGiven Technology Environment.
targetFrameworkTargetFrameworkGiven Target Framework.
useRuntimeAssembliesbool
Returns
- string[]
List of the assembly paths satisfying specified criteria.