Esempio n. 1
0
 internal CorHeapValue(ICorDebugHeapValue heapValue)
     : base(heapValue)
 {
     m_heapVal = heapValue;
 }
Esempio n. 2
0
 internal CorHeapValue(ICorDebugHeapValue heapValue)
     : base(heapValue)
 {
     m_heapVal = heapValue;
 }
Esempio n. 3
0
 int ICorDebugStringValue.CreateRelocBreakpoint(out ICorDebugValueBreakpoint ppBreakpoint)
 {
     return(ICorDebugHeapValue.CreateRelocBreakpoint(out ppBreakpoint));
 }
Esempio n. 4
0
 int ICorDebugArrayValue.IsValid(out int pbValid)
 {
     return(ICorDebugHeapValue.IsValid(out pbValid));
 }
Esempio n. 5
0
 int ICorDebugStringValue.IsValid(out int pbValid)
 {
     return(ICorDebugHeapValue.IsValid(out pbValid));
 }