C# Class Unity.IL2CPP.Common.MonoInstall

Datei anzeigen Open project: CarlosHBC/UnityDecompiled

Public Properties

Property Type Description
BleedingEdge MonoInstall
TwoSix MonoInstall

Public Methods

Method Description
ArgumentsForArchCommand ( string monoExecutable, bool use64BitMono ) : IEnumerable
MonoBleedingEdgeExecutableForArch ( bool use64BitMono ) : NiceIO.NPath
ProfilePath ( DotNetProfile profile ) : NiceIO.NPath
SmartCompiler ( DotNetProfile profile ) : NiceIO.NPath
SmartInstall ( DotNetProfile profile ) : MonoInstall
SmartProfilePath ( DotNetProfile profile ) : NiceIO.NPath

Private Methods

Method Description
FindInstallRoot ( string installName ) : NiceIO.NPath
MonoInstall ( string installName ) : NiceIO
ProfileDirectoryName ( DotNetProfile profile ) : string
_MonoExecutable ( string program ) : NiceIO.NPath

Method Details

ArgumentsForArchCommand() public static method

public static ArgumentsForArchCommand ( string monoExecutable, bool use64BitMono ) : IEnumerable
monoExecutable string
use64BitMono bool
return IEnumerable

MonoBleedingEdgeExecutableForArch() public static method

public static MonoBleedingEdgeExecutableForArch ( bool use64BitMono ) : NiceIO.NPath
use64BitMono bool
return NiceIO.NPath

ProfilePath() public method

public ProfilePath ( DotNetProfile profile ) : NiceIO.NPath
profile DotNetProfile
return NiceIO.NPath

SmartCompiler() public static method

public static SmartCompiler ( DotNetProfile profile ) : NiceIO.NPath
profile DotNetProfile
return NiceIO.NPath

SmartInstall() public static method

public static SmartInstall ( DotNetProfile profile ) : MonoInstall
profile DotNetProfile
return MonoInstall

SmartProfilePath() public static method

public static SmartProfilePath ( DotNetProfile profile ) : NiceIO.NPath
profile DotNetProfile
return NiceIO.NPath

Property Details

BleedingEdge public_oe static_oe property

public static MonoInstall,Unity.IL2CPP.Common BleedingEdge
return MonoInstall

TwoSix public_oe static_oe property

public static MonoInstall,Unity.IL2CPP.Common TwoSix
return MonoInstall