C# 클래스 QuickGraph.Heap.GcObjectVertex

파일 보기 프로젝트 열기: lukesandberg/PexFaultLocalization

공개 메소드들

메소드 설명
GcObjectVertex ( GcType type, long address, int size, string kind, int gen, string value ) : System
ToString ( ) : string

메소드 상세

GcObjectVertex() 공개 메소드

public GcObjectVertex ( GcType type, long address, int size, string kind, int gen, string value ) : System
type QuickGraph.Heap.Data.GcType
address long
size int
kind string
gen int
value string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string