C# Class System.Runtime.InteropServices.HandleCollector

Exibir arquivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
HandleCollector ( string name, int initialThreshold ) : System
HandleCollector ( string name, int initialThreshold, int maximumThreshold ) : System
Remove ( ) : void

Private Methods

Method Description
Add ( ) : void

Method Details

HandleCollector() public method

public HandleCollector ( string name, int initialThreshold ) : System
name string
initialThreshold int
return System

HandleCollector() public method

public HandleCollector ( string name, int initialThreshold, int maximumThreshold ) : System
name string
initialThreshold int
maximumThreshold int
return System

Remove() public method

public Remove ( ) : void
return void