C# Class Mosa.Runtime.SimpleStackTraceEntry

Holds information about a single stacktrace entry
Afficher le fichier Open project: tgiphil/MOSA-Project Class Usage Examples

Méthodes publiques

Свойство Type Description
MethodDefinition MetadataMethodStruct*
Offset uint

Méthodes publiques

Méthode Description
ToStringBuffer ( ) : StringBuffer

Returns a human readable text of this entry

Method Details

ToStringBuffer() public méthode

Returns a human readable text of this entry
public ToStringBuffer ( ) : StringBuffer
Résultat StringBuffer

Property Details

MethodDefinition public_oe property

public MetadataMethodStruct* MethodDefinition
Résultat MetadataMethodStruct*

Offset public_oe property

public uint Offset
Résultat uint