Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

enum System.Runtime.InteropServices.Marshalling.ComInterfaceOptions

Assembly: System.Runtime.InteropServices

Options for how to generate COM interface interop with the COM interop source generator.

Values

None
No options specified.
ManagedObjectWrapper
Generate a wrapper for managed objects to enable exposing them through the COM interface.
ComObjectWrapper
Generate a wrapper for COM objects to enable exposing them through the managed interface.