Python scope module.

System.Object
   WebSupergoo.ABCpdf14.Python.PythonScope

Implements: IDisposable

 

   
   
Method
Description
Throws Exceptions Contains Determines whether the module contains the variable.
Throws Exceptions Remove Removes the variable from the module.
Throws Exceptions SetValue Sets the variable to a string or None.
Throws Exceptions GetStringValue Gets the variable's string value.
Throws Exceptions GetBooleanValue Gets the variable's Boolean value.
Throws Exceptions GetInt32Value Gets the variable's integer value.
Throws Exceptions GetInt64Value Gets the variable's integer value.
Throws Exceptions GetUInt64Value Gets the variable's integer value.
Throws Exceptions GetDoubleValue Gets the variable's floating-point value.
Throws Exceptions SetAfterEval Evaluates a Python expression and assigns its value to a variable.
Throws Exceptions EvalString Evaluates a Python expression and gets its string value.
Throws Exceptions EvalBoolean Evaluates a Python expression and gets its Boolean value.
Throws Exceptions EvalInt32 Evaluates a Python expression and gets its integer value.
Throws Exceptions EvalInt64 Evaluates a Python expression and gets its integer value.
Throws Exceptions EvalUInt64 Evaluates a Python expression and gets its integer value.
Throws Exceptions EvalDouble Evaluates a Python expression and gets its floating-point value.
Throws Exceptions EvalToString Evaluates a Python expression and converts its value to string.
Throws Exceptions Exec Execute Python code.

 

   
   
Property
Description
Runtime The Python runtime.