Table of Contents

Method GetFrameworkRootPaths

Namespace
Alternet.Common.DotNet.DefaultAssemblies
Assembly
Alternet.Common.v9.dll

GetFrameworkRootPaths(TechnologyEnvironment, TargetFramework?)

Gets a list of the assemblies paths for the specific environment and framework.

string[] GetFrameworkRootPaths(TechnologyEnvironment environment, TargetFramework? targetFramework = null)

Parameters

environment TechnologyEnvironment

Given Technology Environment.

targetFramework TargetFramework

Given Target Framework.

Returns

string[]

List of the assembly paths satisfying specified criteria.