C# Class Mono.Debugger.Languages.TargetFundamentalType

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

Protected Properties

Property Type Description
fundamental_kind FundamentalKind
name string
size int

Public Methods

Method Description
CreateObject ( object obj ) : byte[]
TargetFundamentalType ( Language language, string name, FundamentalKind kind, int size ) : System

Protected Methods

Method Description
DoGetObject ( TargetMemoryAccess target, TargetLocation location ) : TargetObject

Private Methods

Method Description
CreateInstance ( System.Thread target, object obj ) : TargetFundamentalObject

Method Details

CreateObject() public method

public CreateObject ( object obj ) : byte[]
obj object
return byte[]

DoGetObject() protected method

protected DoGetObject ( TargetMemoryAccess target, TargetLocation location ) : TargetObject
target TargetMemoryAccess
location TargetLocation
return TargetObject

TargetFundamentalType() public method

public TargetFundamentalType ( Language language, string name, FundamentalKind kind, int size ) : System
language Language
name string
kind FundamentalKind
size int
return System

Property Details

fundamental_kind protected property

protected FundamentalKind fundamental_kind
return FundamentalKind

name protected property

protected string name
return string

size protected property

protected int size
return int