C# Class QuickGraph.Heap.GcObjectVertex

Mostra file Open project: lukesandberg/PexFaultLocalization

Public Methods

Method Description
GcObjectVertex ( GcType type, long address, int size, string kind, int gen, string value ) : System
ToString ( ) : string

Method Details

GcObjectVertex() public method

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
return System

ToString() public method

public ToString ( ) : string
return string