Construtor SafeBuffer (Boolean)
Dica
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.
Cria uma nova instância da classe SafeBuffer e especifica se o identificador do buffer deve ser liberado com confiança.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
protected SafeBuffer(
bool ownsHandle
)
protected:
SafeBuffer(
bool ownsHandle
)
new :
ownsHandle:bool -> SafeBuffer
Protected Sub New (
ownsHandle As Boolean
)
Parâmetros
ownsHandle
Type: System.Booleantrue para liberar de forma confiável o identificador durante a fase de finalização; false para impedir a liberação confiável (não recomendado).
Segurança
requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.
Informações de Versão
Plataforma Universal do Windows
Disponível desde 8
.NET Framework
Disponível desde 4.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 SafeBuffer
Namespace System.Runtime.InteropServices
Retornar ao início