V8CpuProfileSamples Property |
Gets the profile's sample collection.
Namespace: Microsoft.ClearScript.V8Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.4.5
Syntax public IReadOnlyList<V8CpuProfileSample> Samples { get; }
Public ReadOnly Property Samples As IReadOnlyList(Of V8CpuProfileSample)
Get
public:
property IReadOnlyList<V8CpuProfileSample^>^ Samples {
IReadOnlyList<V8CpuProfileSample^>^ get ();
}
member Samples : IReadOnlyList<V8CpuProfileSample> with get
Property Value
IReadOnlyListV8CpuProfileSampleRemarks
This property returns null if the profile contains no samples.
See Also