IUnknownDerivedAttribute<T,TImpl>.ManagedVirtualMethodTable Property

Definition

Gets a pointer to the virtual method table to enable unmanaged callers to call a managed implementation of the interface.

public:
 property void** ManagedVirtualMethodTable { void** get(); };
public void** ManagedVirtualMethodTable { get; }
member this.ManagedVirtualMethodTable : nativeptr<nativeptr<unit>>

Property Value

Void*

Implements

Applies to