C# Class Mosa.Runtime.SimpleStackTraceEntry

Holds information about a single stacktrace entry
ファイルを表示 Open project: tgiphil/MOSA-Project Class Usage Examples

Public Properties

Property Type Description
MethodDefinition MetadataMethodStruct*
Offset uint

Public Methods

Method Description
ToStringBuffer ( ) : StringBuffer

Returns a human readable text of this entry

Method Details

ToStringBuffer() public method

Returns a human readable text of this entry
public ToStringBuffer ( ) : StringBuffer
return StringBuffer

Property Details

MethodDefinition public_oe property

public MetadataMethodStruct* MethodDefinition
return MetadataMethodStruct*

Offset public_oe property

public uint Offset
return uint