C# Class OISC_VM.MemoryChangedEventArgs

Inheritance: System.EventArgs
Mostrar archivo Open project: Creou/OISCVM Class Usage Examples

Public Methods

Method Description
MemoryChangedEventArgs ( long memoryLocation, long newValue ) : System

Method Details

MemoryChangedEventArgs() public method

public MemoryChangedEventArgs ( long memoryLocation, long newValue ) : System
memoryLocation long
newValue long
return System