ComExposedClassAttribute<T>.GetComInterfaceEntries(Int32) Method

Definition

Gets the COM interface information to provide to a ComWrappers instance to expose this type to COM.

public:
 virtual System::Runtime::InteropServices::ComWrappers::ComInterfaceEntry* GetComInterfaceEntries([Runtime::InteropServices::Out] int % count);
public System.Runtime.InteropServices.ComWrappers.ComInterfaceEntry* GetComInterfaceEntries (out int count);
abstract member GetComInterfaceEntries : int -> nativeptr<System.Runtime.InteropServices.ComWrappers.ComInterfaceEntry>
override this.GetComInterfaceEntries : int -> nativeptr<System.Runtime.InteropServices.ComWrappers.ComInterfaceEntry>

Parameters

count
Int32

The number of COM interfaces this type implements.

Returns

The interface entry information for the interfaces the type implements.

Implements

Applies to