Property | Type | Description | |
---|---|---|---|
GetOptions | string |
Method | Description | |
---|---|---|
CreateCommandLineDebug ( CommonProjectNode project, string startupFile ) : string | ||
CreateCommandLineNoDebug ( CommonProjectNode project, string startupFile ) : string | ||
GetInterpreterExecutable ( CommonProjectNode project ) : string | ||
PythonStarter ( IServiceProvider serviceProvider ) : System |
Method | Description | |
---|---|---|
SetupEnvironment ( CommonProjectNode project, |
Method | Description | |
---|---|---|
GetOptions ( CommonProjectNode project ) : string |
public CreateCommandLineDebug ( CommonProjectNode project, string startupFile ) : string | ||
project | CommonProjectNode | |
startupFile | string | |
return | string |
public CreateCommandLineNoDebug ( CommonProjectNode project, string startupFile ) : string | ||
project | CommonProjectNode | |
startupFile | string | |
return | string |
public GetInterpreterExecutable ( CommonProjectNode project ) : string | ||
project | CommonProjectNode | |
return | string |
public PythonStarter ( IServiceProvider serviceProvider ) : System | ||
serviceProvider | IServiceProvider | |
return | System |
protected SetupEnvironment ( CommonProjectNode project, |
||
project | CommonProjectNode | |
environment | ||
return | void |