C# 클래스 MonoDevelop.Profiler.CoverageMethodEvent

상속: CoverageEvent
파일 보기 프로젝트 열기: mono/heap-shot

공개 프로퍼티들

프로퍼티 타입 설명
Assembly string
Class string
Filename string
Len ulong
MethodId ulong
Name string
Signature string
Token ulong

공개 메소드들

메소드 설명
CoverageMethodEvent ( LogFileReader reader ) : System

메소드 상세

CoverageMethodEvent() 공개 메소드

public CoverageMethodEvent ( LogFileReader reader ) : System
reader HeapShot.Reader.LogFileReader
리턴 System

프로퍼티 상세

Assembly 공개적으로 프로퍼티

public string Assembly
리턴 string

Class 공개적으로 프로퍼티

public string Class
리턴 string

Filename 공개적으로 프로퍼티

public string Filename
리턴 string

Len 공개적으로 프로퍼티

public ulong Len
리턴 ulong

MethodId 공개적으로 프로퍼티

public ulong MethodId
리턴 ulong

Name 공개적으로 프로퍼티

public string Name
리턴 string

Signature 공개적으로 프로퍼티

public string Signature
리턴 string

Token 공개적으로 프로퍼티

public ulong Token
리턴 ulong