Table of Contents

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 TechnologyEnvironment

Given Technology Environment.

targetFramework TargetFramework

Given Target Framework.

useRuntimeAssemblies bool

Returns

string[]

List of the assembly names satisfying specified criteria.