C# 클래스 PdbReader.Collect.AnonymousStruct

상속: TreeMember
파일 보기 프로젝트 열기: LibreCrops/cdef 1 사용 예제들

공개 메소드들

메소드 설명
CreateCType ( ) : CTree
PostProcess ( ) : void
PostProcessWithCut ( Offset cutOffset, int &cutIndex, Offset &botOffset ) : Offset
PostProcessWithoutCut ( ) : Offset
SinglizeStructs ( ) : void

비공개 메소드들

메소드 설명
FindCutPoint ( Offset offset ) : int
PostProcess1 ( ) : Offset
TransferMembers ( int fromIndex, AnonymousStruct another ) : void

메소드 상세

CreateCType() 공개 메소드

public CreateCType ( ) : CTree
리턴 PdbReader.Types.CTree

PostProcess() 공개 메소드

public PostProcess ( ) : void
리턴 void

PostProcessWithCut() 공개 메소드

public PostProcessWithCut ( Offset cutOffset, int &cutIndex, Offset &botOffset ) : Offset
cutOffset Offset
cutIndex int
botOffset Offset
리턴 Offset

PostProcessWithoutCut() 공개 메소드

public PostProcessWithoutCut ( ) : Offset
리턴 Offset

SinglizeStructs() 공개 메소드

public SinglizeStructs ( ) : void
리턴 void