Giter Site home page Giter Site logo

Patching instance methods about harmony HOT 5 CLOSED

pardeike avatar pardeike commented on May 8, 2024
Patching instance methods

from harmony.

Comments (5)

pardeike avatar pardeike commented on May 8, 2024

I would like to know in which environment you are executing Harmony. On mono, which is the main focus of this lib, a DynamicMethod is static but can emulate an instance method by choosing the correct attributes.

In case you are executing this on Core you might want to test again with the lastest commits. I just accepted a pull request that deals with that environment.

from harmony.

Kittyfisto avatar Kittyfisto commented on May 8, 2024

I'm running this code on Win10, using .NET 4.6.2 and I'm actually working with those changes you've merged earlier, including two little changes of my own to allow patching of static method under .NET 4.6.2, as detailed here.

from harmony.

0x0ade avatar 0x0ade commented on May 8, 2024

From what I understand, the only required criterion to emulate an instance method properly is using the first argument (technically 0th argument) passed as this, very similar to how extension methods work. I haven't seen anything else inside the method body that would need changes. And also from my understanding, we're just caring about the jump target body, not its attributes.

I'd personally like to know if always setting it to Public | Static causes any side effects. Preparing a HarmonyTests test case right now for future reference.

from harmony.

Kittyfisto avatar Kittyfisto commented on May 8, 2024

I've just tested a build after the latest fix has been merged and the above example is now working for me :)
@pardeike I guess you can close this issue now.

from harmony.

pardeike avatar pardeike commented on May 8, 2024

Excellent!

from harmony.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.