Table of Contents

Method GetDefaultAssemblies

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

GetDefaultAssemblies(TechnologyEnvironment, TargetFramework?, bool)

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

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

Parameters

technology 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.