Compartilhar via


Propriedade HandleCollector.InitialThreshold

 

Dica

The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.

Obtém um valor que especifica o ponto em que as coletas devem começar.

Namespace:   System.Runtime.InteropServices
Assembly:  System (em System.dll)

Sintaxe

public int InitialThreshold { get; }
public:
property int InitialThreshold {
    int get();
}
member InitialThreshold : int with get
Public ReadOnly Property InitialThreshold As Integer

Valor da Propriedade

Type: System.Int32

Um valor que especifica o ponto em que as coletas devem começar.

Informações de Versão

Plataforma Universal do Windows
Disponível desde 8
.NET Framework
Disponível desde 2.0
Biblioteca de Classes Portátil
Com suporte no: plataformas portáteis do .NET
Windows Phone
Disponível desde 8.1

Confira Também

Classe HandleCollector
Namespace System.Runtime.InteropServices

Retornar ao início