Share via


Dumper.SetBucket(Int32, Int32) Method

Definition

Sets the bucket of the dumper.

public:
 void SetBucket(int framesToInclude, int framesToSkip);
public void SetBucket (int framesToInclude, int framesToSkip);
member this.SetBucket : int * int -> unit
Public Sub SetBucket (framesToInclude As Integer, framesToSkip As Integer)

Parameters

framesToInclude
Int32

The frames to include.

framesToSkip
Int32

The frames to skip.

Applies to