IDkmClrTypeRuntimeInfoProvider.GetCorDebugType(DkmClrType) Method

Definition

GetCorDebugType is called to get the underlying ICorDebugType.

public:
 Microsoft::VisualStudio::CorDebugInterop::ICorDebugType ^ GetCorDebugType(Microsoft::VisualStudio::Debugger::Clr::DkmClrType ^ clrType);
public:
 Microsoft::VisualStudio::CorDebugInterop::ICorDebugType ^ GetCorDebugType(Microsoft::VisualStudio::Debugger::Clr::DkmClrType ^ clrType);
Microsoft::VisualStudio::CorDebugInterop::ICorDebugType GetCorDebugType(Microsoft::VisualStudio::Debugger::Clr::DkmClrType const & clrType);
public Microsoft.VisualStudio.CorDebugInterop.ICorDebugType GetCorDebugType (Microsoft.VisualStudio.Debugger.Clr.DkmClrType clrType);
abstract member GetCorDebugType : Microsoft.VisualStudio.Debugger.Clr.DkmClrType -> Microsoft.VisualStudio.CorDebugInterop.ICorDebugType
Public Function GetCorDebugType (clrType As DkmClrType) As ICorDebugType

Parameters

clrType
DkmClrType

[In] Represents a managed type.

Returns

[Out] The underlying ICorDebugType.

Applies to