Method DetectTechnologyEnvironmentFromReferences
DetectTechnologyEnvironmentFromReferences(TargetFramework, string[])
Tries to detect to which environment given references belong.
public static TechnologyEnvironment DetectTechnologyEnvironmentFromReferences(TargetFramework targetFramework, string[] references)
Parameters
targetFramework
TargetFrameworkSpecifies target framework.
references
string[]List of assembly references.
Returns
- TechnologyEnvironment
Detected TechnologyEnvironment.
TechnologyEnvironment.System
by default.