2 references to ComObjectWrapper
System.Runtime.InteropServices (2)
System\Runtime\InteropServices\Marshalling\ComInterfaceOptions.cs (1)
34
/// object is required, the <see cref="
ComObjectWrapper
"/> flag should also be used instead.
System\Runtime\InteropServices\Marshalling\GeneratedComInterfaceAttribute.cs (1)
18
public ComInterfaceOptions Options { get; set; } = ComInterfaceOptions.ManagedObjectWrapper | ComInterfaceOptions.
ComObjectWrapper
;