C# Class System.Runtime.InteropServices.HandleCollector

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
HandleCollector ( string name, int initialThreshold ) : System
HandleCollector ( string name, int initialThreshold, int maximumThreshold ) : System
Remove ( ) : void

Private Methods

Méthode Description
Add ( ) : void

Method Details

HandleCollector() public méthode

public HandleCollector ( string name, int initialThreshold ) : System
name string
initialThreshold int
Résultat System

HandleCollector() public méthode

public HandleCollector ( string name, int initialThreshold, int maximumThreshold ) : System
name string
initialThreshold int
maximumThreshold int
Résultat System

Remove() public méthode

public Remove ( ) : void
Résultat void