C# Class MonoDevelop.IronPython.IronManager

Mostra file Open project: carlosalberto/IronPythonBinding Class Usage Examples

Public Methods

Method Description
GetInterpreterArguments ( PythonConfiguration config ) : string
GetInterpreterPath ( ) : string
IsInterpreterPathValid ( ) : bool
IsInterpreterPathValid ( string interpreterPath ) : bool
SetInterpreterPath ( string interpreterPath ) : void
TryGetRuntimeVersion ( string interpreterPath, string &version ) : bool

Method Details

GetInterpreterArguments() public static method

public static GetInterpreterArguments ( PythonConfiguration config ) : string
config PythonConfiguration
return string

GetInterpreterPath() public static method

public static GetInterpreterPath ( ) : string
return string

IsInterpreterPathValid() public static method

public static IsInterpreterPathValid ( ) : bool
return bool

IsInterpreterPathValid() public static method

public static IsInterpreterPathValid ( string interpreterPath ) : bool
interpreterPath string
return bool

SetInterpreterPath() public static method

public static SetInterpreterPath ( string interpreterPath ) : void
interpreterPath string
return void

TryGetRuntimeVersion() public static method

public static TryGetRuntimeVersion ( string interpreterPath, string &version ) : bool
interpreterPath string
version string
return bool