/// <summary> /// 获取当前栈帧 /// </summary> /// <returns>栈帧</returns> public List <FrameInformation> GetCurrentFrame() { return(vm.GetCurrentFrame()); }