What exactly is the 'Anonymously Hosted DynamicMethods Assembly' and how can I make it load manually
Posted
by dbaw
on Stack Overflow
See other posts from Stack Overflow
or by dbaw
Published on 2010-04-14T09:09:44Z
Indexed on
2010/04/14
9:13 UTC
Read the original article
Hit count: 1031
As a .NET developer, the line
'<process>' (Managed): Loaded 'Anonymously Hosted DynamicMethods Assembly'
probably is familiar to you. My question is simple and straightforward: what exactly is this 'Anonymously Hosted DynamicMethods Assembly' and can I make it (pre)load manually? If so, how? Can this be done via Assembly.Load(...)?
© Stack Overflow or respective owner