IPinnable Interface
Definição
Fornece um mecanismo para fixar e desafixar objetos para impedir que o coletor de lixo os mova.Provides a mechanism for pinning and unpinning objects to prevent the garbage collector from moving them.
public interface class IPinnable
public interface IPinnable
type IPinnable = interface
Public Interface IPinnable
- Derivado
Comentários
A classe MemoryManager<T> implementa a interface IPinnable.The MemoryManager<T> class implements the IPinnable interface.
Métodos
| Pin(Int32) |
Fixa um bloco de memória.Pins a block of memory. |
| Unpin() |
Libera um bloco de memória fixado.Frees a block of pinned memory. |