What exactly is the 'Anonymously Hosted DynamicMethods Assembly' and how can I make it load manually
- by dbaw
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(...)?