FrameDataView.ResolveMethodInfo

public Profiling.FrameDataView.MethodInfo ResolveMethodInfo(ulong addr);

Parameters

addr Instruction pointer.

Returns

MethodInfo Method name and location information.

Description

Returns method name and location information for the specified method address.

Use ResolveMethodInfo to retrieve fully qualified method name of an instruction pointer in the callstack obtained with GetItemCallstack.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答