Table of Contents

Method GetReferences

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

GetReferences(Framework, bool)

public static IReadOnlyList<string> GetReferences(Framework framework, bool needFullPaths)

Parameters

framework Framework
needFullPaths bool

Returns

IReadOnlyList<string>

GetReferences(TechnologyEnvironment, bool, bool, TargetFramework?, bool)

public static IReadOnlyList<string> GetReferences(TechnologyEnvironment technologyEnvironment, bool useRuntimeAssemblies, bool needFullPaths, TargetFramework? targetFramework = null, bool useDesignReferences = false)

Parameters

technologyEnvironment TechnologyEnvironment
useRuntimeAssemblies bool
needFullPaths bool
targetFramework TargetFramework
useDesignReferences bool

Returns

IReadOnlyList<string>

GetReferences(string[], TechnologyEnvironment, bool, bool)

public static IReadOnlyList<string> GetReferences(string[] references, TechnologyEnvironment technologyEnvironment, bool needFullPaths, bool useDesignReferences = false)

Parameters

references string[]
technologyEnvironment TechnologyEnvironment
needFullPaths bool
useDesignReferences bool

Returns

IReadOnlyList<string>