我正在尋找公開特定的.Net類型到IronPython運行時。我可以這樣做:IronPython公開.Net類型到運行時引擎
ScriptEngine engine = Python.CreateEngine();
ScriptScope scope = engine.CreateScope();
engine.Runtime.LoadAssembly(typeof(Program).Assembly); // current assembly with types
但暴露所有類型的運行時間。是否可以選擇性加載類型?
訪問是可能的,看到我的回答。 – Marcel 2011-06-24 14:02:44