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

Show file 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 property

?
public byte EntrySize
return byte

Exports public property

?
public uint Exports
return uint

Flags public property

?
public ushort Flags
return ushort

FunctionCount public property

?
public ushort FunctionCount
return ushort

Name public property

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

VariableCount public property

?
public byte VariableCount
return byte

Version public property

?
public ushort Version
return ushort