ProfilePath() public method

public ProfilePath ( DotNetProfile profile ) : NiceIO.NPath
profile DotNetProfile
return NiceIO.NPath
Beispiel #1
0
 public static NPath SmartProfilePath(DotNetProfile profile)
 {
     if (profile == DotNetProfile.Net45)
     {
         return(BleedingEdge.ProfilePath(profile));
     }
     return(TwoSix.ProfilePath(profile));
 }