ProxyMethodEmitter Class

Namespace
Microsoft.Extensions.DiagnosticAdapter.Internal
Assemblies
  • Microsoft.Extensions.DiagnosticAdapter

Syntax

public class ProxyMethodEmitter
class Microsoft.Extensions.DiagnosticAdapter.Internal.ProxyMethodEmitter

Methods

CreateProxyMethod(System.Reflection.MethodInfo, System.Type)
Return type:System.Func<System.Object>
public static Func<object, object, IProxyFactory, bool> CreateProxyMethod(MethodInfo method, Type inputType)