Version: 2022.2
언어: 한국어
public Profiling.FrameDataView.MethodInfo ResolveMethodInfo (ulong addr);

파라미터

addr Instruction pointer.

반환

MethodInfo Method name and ___location information.

설명

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.