Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
WindowsWorkflow4がvbコードを実行する方法に興味があります。同じ手法を使用して、実行時にvb.netコードを実行できますか?
これはかなり特殊化されており、実行前に VB コードを System.Activities.Expressions のアクティビティの式ツリーにコンパイルします。一般的な VB.net コードを実行する方法としてはお勧めしません。
IronPython などの DLR スクリプト言語のホスティングについて興味深い情報が見つかるかもしれません。同様のホスティング可能な VB コンパイラが利用可能かどうかはわかりません。