IDkmClrTypeRuntimeInfoProvider.GetCorDebugType(DkmClrType) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
调用 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。