IProxy Interface

Definição

Uma interface para objetos de proxy não encapsuláveis.An interface for unwrappable proxy objects.

public interface class IProxy
public interface IProxy
type IProxy = interface
Public Interface IProxy

Métodos

Upwrap<T>()

Desencapsula o objeto subjacente e executa uma conversão em T.Unwraps the underlying object and performs a cast to T.

Aplica-se a