IronPython
| C# | Visual Basic | Visual C++ |
public class IronPythonEngine : IScriptingEngine
Public Class IronPythonEngine _ Implements IScriptingEngine
public ref class IronPythonEngine : IScriptingEngine
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| IronPythonEngine()()() |
Constructor
| |
| actions | ||
| AddToPath(String) | ||
| currentObject | ||
| doesHaveVariable(String) | ||
| engine | ||
| engineIcon | ||
| engineInfo | ||
| engineName | ||
| Equals(Object) | (Inherited from Object.) | |
| Evaluate(String) | ||
| Execute(String) | ||
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| formattingRules | ||
| formattingRulesAry |
Reutns the formatting rules in an array (for .NET 1.1)
| |
| GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| globalVariableNames | ||
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| openFileDialogFilter | ||
| rememberedName(IntPtr) | ||
| rootObject | ||
| Run(String) | ||
| RunDirect(String) | ||
| RunFile(String) | ||
| SetGlobalVariable(String, Object) | ||
| ToString()()() | (Inherited from Object.) |
| Object | |
| IronPythonEngine | |