Class NativeStackWalk.NativeStackFrame
Inherited Members
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 |