C# Class QuickGraph.Heap.GcObjectVertex

Afficher le fichier Open project: lukesandberg/PexFaultLocalization

Méthodes publiques

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

Method Details

GcObjectVertex() public méthode

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
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string