C# Class CSPspEmu.Hle.Managers.HleSubinterruptHandler

Show file Open project: soywiz/cspspemu Class Usage Examples

Public Properties

Property Type Description
Address uint
Argument uint
Enabled bool
Index int

Public Methods

Method Description
HleSubinterruptHandler ( int Index ) : System.Collections.Generic

Method Details

HleSubinterruptHandler() public method

public HleSubinterruptHandler ( int Index ) : System.Collections.Generic
Index int
return System.Collections.Generic

Property Details

Address public property

public uint Address
return uint

Argument public property

public uint Argument
return uint

Enabled public property

public bool Enabled
return bool

Index public property

public int Index
return int