|
can reflection be used in normal win32 exe? it's same another way, compress the .Net application and add as new section in the normal win32 lancher exe, when lancher exe starts, it first decompress .Net application and then lanch it from memory by using reflection?
Is my understanding right? While how to lanch .Net from memory by using reflection in win32? i know little about .Net exe and reflection.
|