C# Class Emul8.Peripherals.CPU.TranslationCPU.CpuThreadPauseGuard

Inheritance: IDisposable
Mostra file Open project: emul8/emul8

Public Methods

Method Description
CpuThreadPauseGuard ( TranslationCPU parent ) : System
Enter ( ) : void
IDisposable ( ) : void
Initialize ( bool forReading, long address ) : void
Leave ( ) : void
OrderPause ( ) : void

Method Details

CpuThreadPauseGuard() public method

public CpuThreadPauseGuard ( TranslationCPU parent ) : System
parent TranslationCPU
return System

Enter() public method

public Enter ( ) : void
return void

IDisposable() public method

public IDisposable ( ) : void
return void

Initialize() public method

public Initialize ( bool forReading, long address ) : void
forReading bool
address long
return void

Leave() public method

public Leave ( ) : void
return void

OrderPause() public method

public OrderPause ( ) : void
return void