C# Class CSPspEmu.Hle.DelegateInfo

Datei anzeigen Open project: soywiz/cspspemu

Public Properties

Property Type Description
Action Action
CallIndex int
FunctionEntry HleFunctionEntry
ModuleImportName string
PC uint
RA uint
Thread HleThread

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

Action public_oe property

public Action Action
return Action

CallIndex public_oe property

public int CallIndex
return int

FunctionEntry public_oe property

public HleFunctionEntry,CSPspEmu.Hle FunctionEntry
return HleFunctionEntry

ModuleImportName public_oe property

public string ModuleImportName
return string

PC public_oe property

public uint PC
return uint

RA public_oe property

public uint RA
return uint

Thread public_oe property

public HleThread,CSPspEmu.Hle Thread
return HleThread