C# Class x86CS.InterruptEventArgs

Inheritance: System.EventArgs
显示文件 Open project: cryogen/VM86CS Class Usage Examples

Public Methods

Method Description
InterruptEventArgs ( byte irq, byte vector ) : System

Method Details

InterruptEventArgs() public method

public InterruptEventArgs ( byte irq, byte vector ) : System
irq byte
vector byte
return System