C# 클래스 Dia2Sharp.AStepEvent

파일 보기 프로젝트 열기: K2/EhTrace 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CycleCount ulong
FROM_RIP ulong
Flags uint
RIP ulong
RSP ulong
TID uint
TSC ulong

공개 메소드들

메소드 설명
AStepEvent ( ) : System
AStepEvent ( BinaryReader br ) : System
ToString ( ) : string

메소드 상세

AStepEvent() 공개 메소드

public AStepEvent ( ) : System
리턴 System

AStepEvent() 공개 메소드

public AStepEvent ( BinaryReader br ) : System
br System.IO.BinaryReader
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

CycleCount 공개적으로 프로퍼티

public ulong CycleCount
리턴 ulong

FROM_RIP 공개적으로 프로퍼티

public ulong FROM_RIP
리턴 ulong

Flags 공개적으로 프로퍼티

public uint Flags
리턴 uint

RIP 공개적으로 프로퍼티

public ulong RIP
리턴 ulong

RSP 공개적으로 프로퍼티

public ulong RSP
리턴 ulong

TID 공개적으로 프로퍼티

public uint TID
리턴 uint

TSC 공개적으로 프로퍼티

public ulong TSC
리턴 ulong