Condividi tramite


IDebugBinderDirect.CreateIDebugObject(Object, IDebugObject) Method

Definition

public:
 int CreateIDebugObject(System::Object ^ pCorDebugValue, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugObject ^ % ppObject);
public int CreateIDebugObject(object pCorDebugValue, out Microsoft.VisualStudio.Debugger.Interop.IDebugObject ppObject);
abstract member CreateIDebugObject : obj * IDebugObject -> int
Public Function CreateIDebugObject (pCorDebugValue As Object, ByRef ppObject As IDebugObject) As Integer

Parameters

pCorDebugValue
Object
ppObject
IDebugObject

Returns

Applies to