Search Results for

    Class NativeStackWalk

    Inheritance
    object
    NativeStackWalk
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: RedLoader.CoreClrUtils
    Assembly: RedLoader.dll
    Syntax
    public static class NativeStackWalk

    Properties

    NativeStackTrace

    Declaration
    public static string NativeStackTrace { get; }
    Property Value
    Type Description
    string

    Methods

    GetNativeStackFrames()

    Declaration
    public static List<NativeStackWalk.NativeStackFrame> GetNativeStackFrames()
    Returns
    Type Description
    List<NativeStackWalk.NativeStackFrame>

    LogNativeStackTrace()

    Declaration
    public static void LogNativeStackTrace()