示例#1
0
 internal CorHeapValue(ICorDebugHeapValue heapValue)
     : base(heapValue)
 {
     m_heapVal = heapValue;
 }
示例#2
0
文件: Value.cs 项目: Gravecorp/ipydbg
 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));
 }