C# Class Mono.Debugger.Languages.Native.NativeStringObject

Inheritance: TargetFundamentalObject
Show file Open project: baulig/debugger

Public Methods

Method Description
NativeStringObject ( NativeStringType type, TargetLocation location ) : System

Protected Methods

Method Description
DoGetObject ( TargetMemoryAccess target ) : object
ReadString ( TargetMemoryAccess target, TargetLocation start ) : string

Method Details

DoGetObject() protected method

protected DoGetObject ( TargetMemoryAccess target ) : object
target TargetMemoryAccess
return object

NativeStringObject() public method

public NativeStringObject ( NativeStringType type, TargetLocation location ) : System
type NativeStringType
location TargetLocation
return System

ReadString() protected method

protected ReadString ( TargetMemoryAccess target, TargetLocation start ) : string
target TargetMemoryAccess
start TargetLocation
return string