Search:

Type: Posts; User: blackblizzard

Search: Search took 0.00 seconds.

  1. In case anyone is insterested, they answered this...

    In case anyone is insterested, they answered this for me at stackoverflow. The following call works:

    TypeBuilder.GetMethod(directReadAccessorType, typeof(DirectReadAccessor<>).GetMethod("Invoke"));
  2. How can I emit a call to a delegate whose type is unfinished at the time of the emit?

    Hi everyone. I'm having trouble emitting a call to a delegate whose type is unfinished at the time of the emit. I'll elaborate: I'm trying to dynamically (i.e., with a TypeBuilder) create the...
Results 1 to 2 of 2