示例#1
0
 public static UInt64[] GetMemoryAccessStamps(UInt32 offset, UInt32 length, SnesMemoryType type, MemoryOperationType operationType)
 {
     UInt64[] stamps = new UInt64[length];
     DebugApi.GetMemoryAccessStampsWrapper(offset, length, type, operationType, stamps);
     return(stamps);
 }