Giter Club home page Giter Club logo

Comments (3)

AArnott avatar AArnott commented on July 2, 2024

The [GeneratedComClass] attribute is unrelated to this source generator. CsWin32 generates all the code necessary for interop of the APIs it emits, as far as I'm aware. I'm not too familiar with that attribute but from the docs you linked to (thank you!) it seems that that triggers a source generator to fill in more. But as a source generator itself, CsWin32 cannot depend on the compiler running any other source generator after itself, so it must be self-sufficient.

Further, I see that both IDesktopWallpaper and DesktopWallpaper are in the metadata, so I expect both can be emitted by CsWin32.

Can you clarify what it generates and how that falls short to support your scenario?

from cswin32.

dongle-the-gadget avatar dongle-the-gadget commented on July 2, 2024

CsWin32 currently uses the built-in COM interop system via [ComImport] (when runtime marshalling is enabled), which isn't trimming or AOT compatible. [GeneratedComClass] and [GeneratedComInterface] are two attributes introduced in .NET 8 to support the new source-generated COM wrappers, which are trimming and AOT compatible.

As far as I'm aware, when an attribute is marked with [GeneratedComInterface], a source generator then provides the [IUnknownDerivedAttribute<T,TImpl>] (source code) attribute for it, which provides metadata for the StrategyBasedComWrappers class to initiate RCWs and CCWs for the interface.

from cswin32.

AArnott avatar AArnott commented on July 2, 2024

when runtime marshalling is enabled

I think you've already qualified your statement appropriately here. If you don't want to rely on the built-in COM interop system, turn off allowMarshaling in the NativeMethods.json file. This is what WinForms does in order to get trim-friendly COM interop from CsWin32.

from cswin32.

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.