C# Class MonoDevelop.Profiler.HeapEvent

Inheritance: Event
Mostrar archivo Open project: mono/heap-shot Class Usage Examples

Public Properties

Property Type Description
Class long
Object long
ObjectRefs long[]
RelOffset ulong[]
RootRefExtraInfos ulong[]
RootRefTypes RootType[]
RootRefs long[]
Size ulong
Type EventType

Public Methods

Method Description
Accept ( EventVisitor visitor ) : object
HeapEvent ( LogFileReader reader, byte exinfo ) : System
Read ( LogFileReader reader, byte exinfo ) : Event

Method Details

Accept() public method

public Accept ( EventVisitor visitor ) : object
visitor EventVisitor
return object

HeapEvent() public method

public HeapEvent ( LogFileReader reader, byte exinfo ) : System
reader HeapShot.Reader.LogFileReader
exinfo byte
return System

Read() public static method

public static Read ( LogFileReader reader, byte exinfo ) : Event
reader HeapShot.Reader.LogFileReader
exinfo byte
return Event

Property Details

Class public_oe property

public long Class
return long

Object public_oe property

public long Object
return long

ObjectRefs public_oe property

public long[] ObjectRefs
return long[]

RelOffset public_oe property

public ulong[] RelOffset
return ulong[]

RootRefExtraInfos public_oe property

public ulong[] RootRefExtraInfos
return ulong[]

RootRefTypes public_oe property

public RootType[] RootRefTypes
return RootType[]

RootRefs public_oe property

public long[] RootRefs
return long[]

Size public_oe property

public ulong Size
return ulong

Type public_oe property

public EventType Type
return EventType