Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. CIL - parsing the call instruction

CIL - parsing the call instruction

Scheduled Pinned Locked Moved .NET (Core and Framework)
jsontutorial
5 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    thepersonof
    wrote on last edited by
    #1

    hi there we are handling some CIL and need to parse the call instruction. we are following the specification ( http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-335.pdf p.375) in our case we need to know how to convert a methodref (0x0A) metadata token into a Reflection.MethodInfo type... would be nice... we were just hoping that system.reflection would contain method to do this... :)

    O 1 Reply Last reply
    0
    • T thepersonof

      hi there we are handling some CIL and need to parse the call instruction. we are following the specification ( http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-335.pdf p.375) in our case we need to know how to convert a methodref (0x0A) metadata token into a Reflection.MethodInfo type... would be nice... we were just hoping that system.reflection would contain method to do this... :)

      O Offline
      O Offline
      OR0N
      wrote on last edited by
      #2

      try (returns MethodBase) someModule.ResolveMethod( descriptor );

      T 1 Reply Last reply
      0
      • O OR0N

        try (returns MethodBase) someModule.ResolveMethod( descriptor );

        T Offline
        T Offline
        thepersonof
        wrote on last edited by
        #3

        i love you

        P 1 Reply Last reply
        0
        • T thepersonof

          i love you

          P Offline
          P Offline
          Pete OHanlon
          wrote on last edited by
          #4

          Steady on you two. Get a room;P

          Deja View - the feeling that you've seen this post before.

          P 1 Reply Last reply
          0
          • P Pete OHanlon

            Steady on you two. Get a room;P

            Deja View - the feeling that you've seen this post before.

            P Offline
            P Offline
            Paul Conrad
            wrote on last edited by
            #5

            Pete O'Hanlon wrote:

            Steady on you two. Get a room

            :eek:

            "Any sort of work in VB6 is bound to provide several WTF moments." - Christian Graus

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups