Version: 2020.2
언어: 한국어

Debug.ExtractStackTraceNoAlloc

매뉴얼로 전환
public static int ExtractStackTraceNoAlloc (byte* buffer, int bufferMax, string projectFolder);

파라미터

buffer Target buffer to receive the callstack text
bufferMax Max number of bytes to write
projectFolder Project folder path, to clean up path names

설명

Populate an unmanaged buffer with the current managed call stack as a sequence of UTF-8 bytes, without allocating GC memory. Returns the number of bytes written into the buffer.