OpCodes #748
Unanswered
sulan-blob
asked this question in
Q&A
OpCodes
#748
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
while building a Tracer with Mono.Cecil, I would like to just call/(insert into the IL Code) a static Method "static void Log(params object[] p)",
how could I do this?
I've added those two:
and afterwards I do:
the instructions which will be produced are:
I've already checked what instructions normaly would be for this kind of scenario
'call T[] System.Array::Empty<System.Object>()' this one should be (or that's what I want to achieve) 'call !!0[] System.Array::Empty<System.Object>()'.
How could I do it?
T&R,
Sulan
Beta Was this translation helpful? Give feedback.
All reactions