R
Ryanivanka
hi,
is the stackframe in managed code the same as in unmanaged?
or they are not related at all....
if I use some asm codes (get the esp register or something about
stackframe) in a unmanaged c++ DLL, when I import it into a c# managed
program, can it work well?
and my c# managed program use many reflections which I can not change.
can reflection work well if I set the whole program to be unmanaged?
thanks.
is the stackframe in managed code the same as in unmanaged?
or they are not related at all....
if I use some asm codes (get the esp register or something about
stackframe) in a unmanaged c++ DLL, when I import it into a c# managed
program, can it work well?
and my c# managed program use many reflections which I can not change.
can reflection work well if I set the whole program to be unmanaged?
thanks.