vote up 0 vote down star

Is there a Code sample that uses PostSharp actively but can also use System.Reflecttion.Emit alternatively to get field value and load into LocalVariableSymbol of PostSharp ?

eg.

in PS Weavingcontext.InstructionWriter.EmitInstructionField(Opcodenumber.Ldsfld, Ifld); in Reflection code sample to get the current context and emit the above to the IL Assembly

flag
I did not understand your question. Could you rephrase it? Thank you. – Gael Fraiteur Nov 4 at 13:36
As there is BindingException error with PS while Binding Fields and reported as issue in mantis ( eg. while calling Frequency of StopWatch Field ) already, Can I use reflection's IL Generator alternatively to emit following code in WeaveExit function of PostSharp ( IL_0134: ldsfld int64 [System]System.Diagnostics.Stopwatch::Frequency ) and if such code sample is available ? This can be a workaround until PS resolves issue in Tracker. – Anil Bisnoi Nov 5 at 9:30
any updates to above ! – Anil Bisnoi Nov 19 at 9:50

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.