IDkmClrTypeRuntimeInfoProvider.GetCorDebugType(DkmClrType) 方法

定义

调用 GetCorDebugType 以获取基础 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

参数

clrType
DkmClrType

中表示托管类型。

返回

ICorDebugType

弄基础 ICorDebugType。

适用于