ICorDebugEval2.CreateValueForType(ICorDebugType, ICorDebugValue) Method

Definition

public:
 void CreateValueForType(Microsoft::VisualStudio::CorDebugInterop::ICorDebugType ^ pType, [Runtime::InteropServices::Out] Microsoft::VisualStudio::CorDebugInterop::ICorDebugValue ^ % ppValue);
public:
 int CreateValueForType(Microsoft::VisualStudio::CorDebugInterop::ICorDebugType ^ pType, [Runtime::InteropServices::Out] Microsoft::VisualStudio::CorDebugInterop::ICorDebugValue ^ % ppValue);
public void CreateValueForType (Microsoft.VisualStudio.CorDebugInterop.ICorDebugType pType, out Microsoft.VisualStudio.CorDebugInterop.ICorDebugValue ppValue);
public int CreateValueForType (Microsoft.VisualStudio.CorDebugInterop.ICorDebugType pType, out Microsoft.VisualStudio.CorDebugInterop.ICorDebugValue ppValue);
abstract member CreateValueForType : Microsoft.VisualStudio.CorDebugInterop.ICorDebugType * ICorDebugValue -> unit
abstract member CreateValueForType : Microsoft.VisualStudio.CorDebugInterop.ICorDebugType * ICorDebugValue -> int
Public Sub CreateValueForType (pType As ICorDebugType, ByRef ppValue As ICorDebugValue)
Public Function CreateValueForType (pType As ICorDebugType, ByRef ppValue As ICorDebugValue) As Integer

Parameters

ppValue
ICorDebugValue

Returns

Applies to