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
Returns
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
TechnologyEnvironmentuseRuntimeAssemblies
boolneedFullPaths
booltargetFramework
TargetFrameworkuseDesignReferences
bool
Returns
GetReferences(string[], TechnologyEnvironment, bool, bool)
public static IReadOnlyList<string> GetReferences(string[] references, TechnologyEnvironment technologyEnvironment, bool needFullPaths, bool useDesignReferences = false)
Parameters
references
string[]technologyEnvironment
TechnologyEnvironmentneedFullPaths
booluseDesignReferences
bool