DkmManagedReturnValueReference.Create(ICorDebugType, ICorDebugValue) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建新的 DkmManagedReturnValueReference 对象实例。
位置约束:调用方必须位于与实现组件) (IDE 进程或监视进程相同的进程中。
此 API 是在 Visual Studio 12 RTM (VS12RTM) 中引入的。
public:
static Microsoft::VisualStudio::Debugger::Clr::DkmManagedReturnValueReference ^ Create(Microsoft::VisualStudio::CorDebugInterop::ICorDebugType ^ CorType, Microsoft::VisualStudio::CorDebugInterop::ICorDebugValue ^ CorValue);
public:
static Microsoft::VisualStudio::Debugger::Clr::DkmManagedReturnValueReference ^ Create(Microsoft::VisualStudio::CorDebugInterop::ICorDebugType ^ CorType, Microsoft::VisualStudio::CorDebugInterop::ICorDebugValue ^ CorValue);
static Microsoft::VisualStudio::Debugger::Clr::DkmManagedReturnValueReference Create(Microsoft::VisualStudio::CorDebugInterop::ICorDebugType const & CorType, Microsoft::VisualStudio::CorDebugInterop::ICorDebugValue const & CorValue);
public static Microsoft.VisualStudio.Debugger.Clr.DkmManagedReturnValueReference Create (Microsoft.VisualStudio.CorDebugInterop.ICorDebugType CorType, Microsoft.VisualStudio.CorDebugInterop.ICorDebugValue CorValue);
static member Create : Microsoft.VisualStudio.CorDebugInterop.ICorDebugType * Microsoft.VisualStudio.CorDebugInterop.ICorDebugValue -> Microsoft.VisualStudio.Debugger.Clr.DkmManagedReturnValueReference
Public Shared Function Create (CorType As ICorDebugType, CorValue As ICorDebugValue) As DkmManagedReturnValueReference
参数
- CorType
- ICorDebugType
中返回值的 ICorDebugType。
- CorValue
- ICorDebugValue
[In,可选]从 CLR ICorDebugValue。 对于值类型,此值为 null。
返回
弄此方法调用的结果。