C# Class CSPspEmu.Gui.Winforms.FunctionViewerForm.PCItem

Show file Open project: soywiz/cspspemu

Public Properties

Property Type Description
Entry CSPspEmu.Core.Cpu.InstructionCache.MethodCacheInfo
MethodCache CSPspEmu.Core.Cpu.InstructionCache.MethodCache
PC uint

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

Entry public property

public MethodCacheInfo,CSPspEmu.Core.Cpu.InstructionCache Entry
return CSPspEmu.Core.Cpu.InstructionCache.MethodCacheInfo

MethodCache public property

public MethodCache,CSPspEmu.Core.Cpu.InstructionCache MethodCache
return CSPspEmu.Core.Cpu.InstructionCache.MethodCache

PC public property

public uint PC
return uint