C# 클래스 CsDebugScript.MemoryRegion

Region of memory that application is using.
파일 보기 프로젝트 열기: southpolenator/WinDbgCs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BaseAddress ulong
RegionSize ulong

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ToString ( ) : string

Returns a System.String that represents this instance.

메소드 상세

ToString() 공개 메소드

Returns a System.String that represents this instance.
public ToString ( ) : string
리턴 string

프로퍼티 상세

BaseAddress 공개적으로 프로퍼티

The base address
public ulong BaseAddress
리턴 ulong

RegionSize 공개적으로 프로퍼티

The region size
public ulong RegionSize
리턴 ulong