C# 클래스 Mono.Debugger.Languages.Native.NativeBaseInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
BaseType NativeStructType

공개 메소드들

메소드 설명
GetBaseLocation ( TargetMemoryAccess memory, TargetLocation location ) : TargetLocation
NativeBaseInfo ( NativeStructType base_type ) : System

메소드 상세

GetBaseLocation() 공개 추상적인 메소드

public abstract GetBaseLocation ( TargetMemoryAccess memory, TargetLocation location ) : TargetLocation
memory TargetMemoryAccess
location TargetLocation
리턴 TargetLocation

NativeBaseInfo() 공개 메소드

public NativeBaseInfo ( NativeStructType base_type ) : System
base_type NativeStructType
리턴 System

프로퍼티 상세

BaseType 공개적으로 프로퍼티

public NativeStructType,Mono.Debugger.Languages.Native BaseType
리턴 NativeStructType