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