DkmManagedReturnValueReference.Create(ICorDebugType, ICorDebugValue) 方法

定义

创建新的 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。

返回

DkmManagedReturnValueReference

弄此方法调用的结果。

适用于