C# Class QuickGraph.Heap.GcMember

Mostra 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_oe property

public int Address
return int

Referer public_oe property

public GcType Referer
return GcType