Method | Description | |
---|---|---|
GetInterpreterArguments ( |
||
GetInterpreterPath ( ) : string | ||
IsInterpreterPathValid ( ) : bool | ||
IsInterpreterPathValid ( string interpreterPath ) : bool | ||
SetInterpreterPath ( string interpreterPath ) : void | ||
TryGetRuntimeVersion ( string interpreterPath, string &version ) : bool |
public static GetInterpreterArguments ( |
||
config | ||
return | string |
public static GetInterpreterPath ( ) : string | ||
return | string |
public static IsInterpreterPathValid ( ) : bool | ||
return | bool |
public static IsInterpreterPathValid ( string interpreterPath ) : bool | ||
interpreterPath | string | |
return | bool |
public static SetInterpreterPath ( string interpreterPath ) : void | ||
interpreterPath | string | |
return | void |
public static TryGetRuntimeVersion ( string interpreterPath, string &version ) : bool | ||
interpreterPath | string | |
version | string | |
return | bool |