GetFrameWorksFolder() public static method

public static GetFrameWorksFolder ( ) : string
return string
 public static string GetMonoInstallation(string monoName)
 {
     return(Path.Combine(MonoInstallationFinder.GetFrameWorksFolder(), monoName));
 }
 public static string GetNetStandardInstallation()
 {
     return(Path.Combine(MonoInstallationFinder.GetFrameWorksFolder(), NetStandardInstallation));
 }