IProxy Interface

An interface for unwrappable proxy objects.

Namespace
Microsoft.Extensions.DiagnosticAdapter.Infrastructure
Assemblies
  • Microsoft.Extensions.DiagnosticAdapter

Syntax

public interface IProxy
interface Microsoft.Extensions.DiagnosticAdapter.Infrastructure.IProxy

Methods

Upwrap<T>()

Unwraps the underlying object and performs a cast to <em>T</em>.

Return type:T
Returns:The underlying object.
T Upwrap<T>()