C# Class Mono.Debugger.Languages.TargetNullableObject

Inheritance: TargetObject
Show file Open project: baulig/debugger Class Usage Examples

Public Properties

Property Type Description
Type TargetNullableType

Public Methods

Method Description
GetValue ( System.Thread thread ) : TargetObject
HasValue ( System.Thread thread ) : bool

Private Methods

Method Description
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

Method Details

GetValue() public method

public GetValue ( System.Thread thread ) : TargetObject
thread System.Thread
return TargetObject

HasValue() public method

public HasValue ( System.Thread thread ) : bool
thread System.Thread
return bool

Property Details

Type public property

public TargetNullableType,Mono.Debugger.Languages Type
return TargetNullableType