Search Results for

    Class NativeStackWalk.NativeStackFrame

    Inheritance
    object
    NativeStackWalk.NativeStackFrame
    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 class NativeStackWalk.NativeStackFrame

    Constructors

    NativeStackFrame()

    Declaration
    public NativeStackFrame()

    Fields

    Function

    Declaration
    public string? Function
    Field Value
    Type Description
    string

    ModulePath

    Declaration
    public string? ModulePath
    Field Value
    Type Description
    string

    Offset

    Declaration
    public ulong Offset
    Field Value
    Type Description
    ulong

    Pointer

    Declaration
    public ulong Pointer
    Field Value
    Type Description
    ulong

    Properties

    ModuleName

    Declaration
    public string? ModuleName { get; }
    Property Value
    Type Description
    string