C# Class Emveepee.Decoding.AllocationInfo

Inheritance: EventInfo
Exibir arquivo Open project: mono/emveepee Class Usage Examples

Public Properties

Property Type Description
Caller uint
Id uint
ObjectId ulong
Size uint

Public Methods

Method Description
AllocationInfo ( uint id, uint size, uint caller, ulong object_id ) : System

Method Details

AllocationInfo() public method

public AllocationInfo ( uint id, uint size, uint caller, ulong object_id ) : System
id uint
size uint
caller uint
object_id ulong
return System

Property Details

Caller public_oe property

public uint Caller
return uint

Id public_oe property

public uint Id
return uint

ObjectId public_oe property

public ulong ObjectId
return ulong

Size public_oe property

public uint Size
return uint