C# Class OISC_VM.MemoryChangedEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: Creou/OISCVM Class Usage Examples

Méthodes publiques

Méthode Description
MemoryChangedEventArgs ( long memoryLocation, long newValue ) : System

Method Details

MemoryChangedEventArgs() public méthode

public MemoryChangedEventArgs ( long memoryLocation, long newValue ) : System
memoryLocation long
newValue long
Résultat System