C# 클래스 Mono.Debugger.Languages.TargetNullableObject

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

공개 프로퍼티들

프로퍼티 타입 설명
Type TargetNullableType

공개 메소드들

메소드 설명
GetValue ( System.Thread thread ) : TargetObject
HasValue ( System.Thread thread ) : bool

비공개 메소드들

메소드 설명
GetDynamicSize ( TargetMemoryAccess target, TargetBlob blob, TargetLocation location, TargetLocation &dynamic_location ) : long
GetValue ( TargetMemoryAccess target ) : TargetObject
HasValue ( TargetMemoryAccess target ) : bool
TargetNullableObject ( TargetNullableType type, TargetLocation location ) : System

메소드 상세

GetValue() 공개 메소드

public GetValue ( System.Thread thread ) : TargetObject
thread System.Thread
리턴 TargetObject

HasValue() 공개 메소드

public HasValue ( System.Thread thread ) : bool
thread System.Thread
리턴 bool

프로퍼티 상세

Type 공개적으로 프로퍼티

public TargetNullableType,Mono.Debugger.Languages Type
리턴 TargetNullableType