public void Dispose() { bool flag = this.handle == 0uL; if (!flag) { ProfilerRecorder.Control(this, ProfilerRecorder.ControlOptions.Release); this.handle = 0uL; } }
public void Reset() { this.CheckInitializedAndThrow(); ProfilerRecorder.Control(this, ProfilerRecorder.ControlOptions.Reset); }
public void Stop() { this.CheckInitializedAndThrow(); ProfilerRecorder.Control(this, ProfilerRecorder.ControlOptions.Stop); }