C# 클래스 QuickGraph.Heap.GcMember

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

공개 프로퍼티들

프로퍼티 타입 설명
Address int
Referer GcType

공개 메소드들

메소드 설명
GcMember ( GcType referer, int address ) : System

메소드 상세

GcMember() 공개 메소드

public GcMember ( GcType referer, int address ) : System
referer GcType
address int
리턴 System

프로퍼티 상세

Address 공개적으로 프로퍼티

public int Address
리턴 int

Referer 공개적으로 프로퍼티

public GcType Referer
리턴 GcType