C# Class HeapProfiler.StackFiltersDialog

Show file Open project: kg/HeapProfiler Class Usage Examples

Public Methods

Method Description
StackFiltersDialog ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

LoadFilters ( ) : IEnumerator
SaveFilters ( ) : IEnumerator

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OK_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

LoadFilters() protected method

protected LoadFilters ( ) : IEnumerator
return IEnumerator

SaveFilters() protected method

protected SaveFilters ( ) : IEnumerator
return IEnumerator

StackFiltersDialog() public method

public StackFiltersDialog ( ) : System
return System