J
Jean Stax
Hi !
I am looking for a way to call IL instruction from withing C# code. I
am not talking about System.Reflection.Emit sort of topics, but rather
about existing C# code, where I want to call IL instruction.
More specificly, I want to call "OpCodes.Nop" instruction in C# code
in order to make some label for myself, which I would be able to
identify while reflecting IL generated code.
So far, I found InvokeMethod methods in different classes (like
Type.InvokeMethod), but they don't seem to meet my needs.
Any ideas ?
Thanks
Jean
I am looking for a way to call IL instruction from withing C# code. I
am not talking about System.Reflection.Emit sort of topics, but rather
about existing C# code, where I want to call IL instruction.
More specificly, I want to call "OpCodes.Nop" instruction in C# code
in order to make some label for myself, which I would be able to
identify while reflecting IL generated code.
So far, I found InvokeMethod methods in different classes (like
Type.InvokeMethod), but they don't seem to meet my needs.
Any ideas ?
Thanks
Jean