|
[C#]
void SetValue(string name, string value)
void SetValue(string name, bool value)
void SetValue(string name, int value)
void SetValue(string name, long value)
void SetValue(string name, ulong value)
void SetValue(string name, double value)
ObjectDisposedException:
Thrown when this PythonScope has been disposed of.
ArgumentNullException:
Thrown when name is null.
ArgumentException: Thrown
when name is not a valid Python identifier.
|
|
|