Package pydbg :: Module memory_snapshot_block :: Class memory_snapshot_block
[show private | hide private]
[frames | no frames]

Class memory_snapshot_block


Memory block object, used in memory snapshots.
Method Summary
  __init__(self, mbi, data)

Class Variable Summary
NoneType data = None                                                                  
NoneType mbi = None                                                                  

Method Details

__init__(self, mbi=None, data=None)
(Constructor)

Parameters:
mbi - MEMORY_BASIC_INFORMATION of memory block
           (type=MEMORY_BASIC_INFORMATION)
data - Raw bytes stored in memory block at time of snapshot
           (type=Raw Bytes)

Class Variable Details

data

Type:
NoneType
Value:
None                                                                  

mbi

Type:
NoneType
Value:
None                                                                  

Generated by Epydoc 2.1 on Fri Jun 16 17:16:24 2006 http://epydoc.sf.net