TK.ExecutePythonShell Method

Execute Python Shell. Not available for HTML5Client
<HTML5Disabled(true)> _ 
Public Shared Function ExecutePythonShell( _ 
ByVal pyFileName As String, _ 
ByVal args As Object() _ 
) As String
This language is not supported or no code example is available.
[HTML5Disabled(true)] 
public static string ExecutePythonShell( 
string pyFileName
object[] args 
)
This language is not supported or no code example is available.

Parameters

pyFileName
string

Py filename

args
object[]

Arguments. Can be null

Return Value

string

Output result

.NET Framework

Supported in: 4.8

In this article

Definition