C# Class QuickGraph.Heap.GcMember

Show file Open project: lukesandberg/PexFaultLocalization

Public Properties

Property Type Description
Address int
Referer GcType

Public Methods

Method Description
GcMember ( GcType referer, int address ) : System

Method Details

GcMember() public method

public GcMember ( GcType referer, int address ) : System
referer GcType
address int
return System

Property Details

Address public property

public int Address
return int

Referer public property

public GcType Referer
return GcType