DkmILInterpreterReferenceValue.Create 方法

定义

创建新的 DkmILInterpreterReferenceValue 对象实例。

位置约束:必须从监视器组件 (组件级别 100000) 中调用 API < 。

此 API 是在 Visual Studio 12 RTM (VS12RTM) 中引入的。

public:
 static Microsoft::VisualStudio::Debugger::Clr::DkmILInterpreterReferenceValue ^ Create(Microsoft::VisualStudio::Debugger::Clr::DkmClrRuntimeInstance ^ RuntimeInstance, Microsoft::VisualStudio::CorDebugInterop::ICorDebugHandleValue ^ Value);
public static Microsoft.VisualStudio.Debugger.Clr.DkmILInterpreterReferenceValue Create (Microsoft.VisualStudio.Debugger.Clr.DkmClrRuntimeInstance RuntimeInstance, Microsoft.VisualStudio.CorDebugInterop.ICorDebugHandleValue Value);
static member Create : Microsoft.VisualStudio.Debugger.Clr.DkmClrRuntimeInstance * Microsoft.VisualStudio.CorDebugInterop.ICorDebugHandleValue -> Microsoft.VisualStudio.Debugger.Clr.DkmILInterpreterReferenceValue
Public Shared Function Create (RuntimeInstance As DkmClrRuntimeInstance, Value As ICorDebugHandleValue) As DkmILInterpreterReferenceValue

参数

RuntimeInstance
DkmClrRuntimeInstance

中表示在目标进程中运行的 CLR 实例。

Value
ICorDebugHandleValue

[In,可选]对要传入或从解释方法返回的调试对象中的对象的引用。 如果值引用 null 对象引用,则 ReferenceValue 将为 null。

返回

DkmILInterpreterReferenceValue

弄此方法调用的结果。

适用于