AaronRobinsonMSFT / DNMD

Reimplementation of ECMA-335 metadata APIs
MIT License
16 stars 3 forks source link

Introduce a marker interface and move ownership to it #39

Closed jkoritzinsky closed 11 months ago

jkoritzinsky commented 11 months ago

Separate handle/memory ownership out to a separate tear-off. We'll use this tear-off in functions that take an IUnknown and expect to be passed a pointer from our library.

We'll use this in the implementation of ApplyEditAndContinue when we implement IMetaDataEmit.