ICorDebugEval.CreateValue Method

Definition

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

Parameters

elementType
CorElementType
pElementClass
ICorDebugClass
ppValue
ICorDebugValue

Returns

Applies to