C# Class CSPspEmu.Hle.Formats.ElfPsp.ModuleExport

Datei anzeigen Open project: soywiz/cspspemu

Public Properties

Property Type Description
EntrySize byte
Exports uint
Flags ushort
FunctionCount ushort
Name uint
VariableCount byte
Version ushort

Property Details

EntrySize public_oe property

?
public byte EntrySize
return byte

Exports public_oe property

?
public uint Exports
return uint

Flags public_oe property

?
public ushort Flags
return ushort

FunctionCount public_oe property

?
public ushort FunctionCount
return ushort

Name public_oe property

Address to a stringz with the module. Relative to ?
public uint Name
return uint

VariableCount public_oe property

?
public byte VariableCount
return byte

Version public_oe property

?
public ushort Version
return ushort