Пример #1
0
 internal CorHeapValue(ICorDebugHeapValue heapValue)
     : base(heapValue)
 {
     m_heapVal = heapValue;
 }
Пример #2
0
 internal CorHeapValue(ICorDebugHeapValue heapValue)
     : base(heapValue)
 {
     m_heapVal = heapValue;
 }
Пример #3
0
 int ICorDebugStringValue.CreateRelocBreakpoint(out ICorDebugValueBreakpoint ppBreakpoint)
 {
     return(ICorDebugHeapValue.CreateRelocBreakpoint(out ppBreakpoint));
 }
Пример #4
0
 int ICorDebugArrayValue.IsValid(out int pbValid)
 {
     return(ICorDebugHeapValue.IsValid(out pbValid));
 }
Пример #5
0
 int ICorDebugStringValue.IsValid(out int pbValid)
 {
     return(ICorDebugHeapValue.IsValid(out pbValid));
 }