Edit

Share via


StrategyBasedComWrappers.ComputeVtables Method

Definition

Computes the desired Vtable for obj, respecting the values of flags.

protected:
 override System::Runtime::InteropServices::ComWrappers::ComInterfaceEntry* ComputeVtables(System::Object ^ obj, System::Runtime::InteropServices::CreateComInterfaceFlags flags, [Runtime::InteropServices::Out] int % count);
protected override sealed System.Runtime.InteropServices.ComWrappers.ComInterfaceEntry* ComputeVtables (object obj, System.Runtime.InteropServices.CreateComInterfaceFlags flags, out int count);
override this.ComputeVtables : obj * System.Runtime.InteropServices.CreateComInterfaceFlags * int -> nativeptr<System.Runtime.InteropServices.ComWrappers.ComInterfaceEntry>

Parameters

obj
Object

Target of the returned Vtables.

flags
CreateComInterfaceFlags

A bitwise combination of the enumeration values that specifies how to compute Vtables.

count
Int32

When this method returns, contains the number of elements contained in the returned memory.

Returns

ComWrappers.ComInterfaceEntry pointer containing memory for all COM interface entries.

Applies to