ICorDebugAppDomain4.GetObjectForCCW(UInt64, ICorDebugValue) 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:
int GetObjectForCCW(System::UInt64 ccwPointer, [Runtime::InteropServices::Out] Microsoft::VisualStudio::CorDebugInterop::ICorDebugValue ^ % ppManagedObject);
public int GetObjectForCCW (ulong ccwPointer, out Microsoft.VisualStudio.CorDebugInterop.ICorDebugValue ppManagedObject);
abstract member GetObjectForCCW : uint64 * ICorDebugValue -> int
Public Function GetObjectForCCW (ccwPointer As ULong, ByRef ppManagedObject As ICorDebugValue) As Integer
Parameters
- ccwPointer
- UInt64
- ppManagedObject
- ICorDebugValue