C# Class MonoDevelop.Profiler.CoverageMethodEvent

Inheritance: CoverageEvent
Mostrar archivo Open project: mono/heap-shot

Public Properties

Property Type Description
Assembly string
Class string
Filename string
Len ulong
MethodId ulong
Name string
Signature string
Token ulong

Public Methods

Method Description
CoverageMethodEvent ( LogFileReader reader ) : System

Method Details

CoverageMethodEvent() public method

public CoverageMethodEvent ( LogFileReader reader ) : System
reader HeapShot.Reader.LogFileReader
return System

Property Details

Assembly public_oe property

public string Assembly
return string

Class public_oe property

public string Class
return string

Filename public_oe property

public string Filename
return string

Len public_oe property

public ulong Len
return ulong

MethodId public_oe property

public ulong MethodId
return ulong

Name public_oe property

public string Name
return string

Signature public_oe property

public string Signature
return string

Token public_oe property

public ulong Token
return ulong