ICorDebugEval.CreateValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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);
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