Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » LoadAssembly » ScriptRuntime   (RSS)

How to create IronPython objects of types defined in C#

The DLR Hosting API lets the hosted script instantiate objects of types defined in the hosting C# / VB module. This post describes how to do that using the appropriate methods from the API. Here are the simple steps - 1) Load the assembly containing the
 
Page view tracker