Table of Contents

Method GetDefaultAssemblies

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

GetDefaultAssemblies(TechnologyEnvironment, TargetFramework?, bool)

When implemented by a class, gets a list of the assemblies default for the specific environment and framework.

string[] GetDefaultAssemblies(TechnologyEnvironment environment, TargetFramework? targetFramework = null, bool useRuntimeAssemblies = false)

Parameters

environment TechnologyEnvironment

Given Technology Environment.

targetFramework TargetFramework

Given Target Framework.

useRuntimeAssemblies bool

Specifies whether runtme assemblies should be also proccessed.

Returns

string[]

List of the assembly names satisfying specified criteria.