, .
Quickstart: "script".
IronPython, IronPython.Modules, Microsoft.Scripting Microsoft.Scripting.Core .
ScriptRuntime runtime = IronPython.Hosting.Python.CreateRuntime();
ScriptScope scope = runtime.GetEngine("py").CreateScope();
ScriptSource source = engine.CreateScriptSourceFromString(script,
Microsoft.Scripting.SourceCodeKind.Statements);
source.Execute(scope);
a CodePlex-Samples