|
-
Jun 22nd, 2004, 02:04 PM
#1
Thread Starter
Lively Member
Global method in dynamic assembly
I have an Assembly in which I need to define a dynamic assembly which itself has a global method which the original assembly can point to and get return values from. The best I can come up with is defining the assembly via AppDomain.DefineDynamicAssembly() and then in that defining a dynamic module and in that defining the global method. Unfortunately the MethodBuilder.MethodHandle property is not supported, otherwise I'd just be doing MethodHandle.GetFunctionPointer() to return a pointer to the function.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|