SamplingProfileNodeStack Property |
Version 130.1.90
Execution stack at the point of allocation.
Namespace: CefSharp.DevTools.MemoryAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public string[] Stack { get; set; }
public:
property array<String^>^ Stack {
array<String^>^ get ();
void set (array<String^>^ value);
}
Property Value
StringSee Also