Share via


ICorDebugComObjectValue.GetCachedInterfaceTypes Method

Definition

public:
 void GetCachedInterfaceTypes(int bIInspectableOnly, [Runtime::InteropServices::Out] Microsoft::VisualStudio::CorDebugInterop::ICorDebugTypeEnum ^ % ppInterfacesEnum);
public void GetCachedInterfaceTypes (int bIInspectableOnly, out Microsoft.VisualStudio.CorDebugInterop.ICorDebugTypeEnum ppInterfacesEnum);
abstract member GetCachedInterfaceTypes : int * ICorDebugTypeEnum -> unit
Public Sub GetCachedInterfaceTypes (bIInspectableOnly As Integer, ByRef ppInterfacesEnum As ICorDebugTypeEnum)

Parameters

bIInspectableOnly
Int32
ppInterfacesEnum
ICorDebugTypeEnum

Applies to