Redigera

ComInterfaceOptions Enum

Definition

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

This enumeration supports a bitwise combination of its member values.

public enum class ComInterfaceOptions
[System.Flags]
public enum ComInterfaceOptions
[<System.Flags>]
type ComInterfaceOptions = 
Public Enum ComInterfaceOptions
Inheritance
ComInterfaceOptions
Attributes

Fields

ComObjectWrapper 2

Generate a wrapper for COM objects to enable exposing them through the managed interface.

ManagedObjectWrapper 1

Generate a wrapper for managed objects to enable exposing them through the COM interface.

None 0

No options specified.

Applies to