Unity.IL2CPP.Common.MonoInstall.SmartCompiler C# (CSharp) Method

SmartCompiler() public static method

public static SmartCompiler ( DotNetProfile profile ) : NiceIO.NPath
profile DotNetProfile
return NiceIO.NPath
        public static NPath SmartCompiler(DotNetProfile profile)
        {
            if (profile == DotNetProfile.Net45)
            {
                return BleedingEdge.Mcs;
            }
            return TwoSix._Gmcs;
        }