Class NativeCallstackSymbolEntries
Inheritance
NativeCallstackSymbolEntries
Assembly: UnityEditor.dll
Syntax
public class NativeCallstackSymbolEntries
Properties
|
Improve this Doc
View Source
readableStackTrace
Declaration
public ArrayEntries<string> readableStackTrace { get; }
Property Value
|
Improve this Doc
View Source
symbol
Declaration
public ArrayEntries<ulong> symbol { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetNumEntries()
Declaration
public uint GetNumEntries()
Returns
Extension Methods