Método SafeBuffer.ReleasePointer ()
Dica
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.
Libera um ponteiro que foi obtido pelo método AcquirePointer.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
public void ReleasePointer()
public:
void ReleasePointer()
member ReleasePointer : unit -> unit
Public Sub ReleasePointer
Exceções
Exception | Condition |
---|---|
InvalidOperationException | O método Initialize não foi chamado. |
Comentários
Este método retorna, o ponteiro não pode ser usado.
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