Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Frameworks
.NET
net7.0
net6.0
net5.0
.NET Core
netcoreapp3.1
netcoreapp3.0
netcoreapp2.2
netcoreapp2.1
netcoreapp2.0
netcoreapp1.1
netcoreapp1.0
.NET Standard
netstandard2.1
netstandard2.0
netstandard1.6
netstandard1.5
netstandard1.4
netstandard1.3
netstandard1.2
netstandard1.1
netstandard1.0
.NET Framework
net481
net48
net472
net471
net47
net462
net461
net46
net452
net451
net45
net40
net35
net30
net20
Package type
All types
Dependency
.NET tool
Template
Options
Include prerelease
8 packages returned for System.
Reflection.
DispatchProxy
Sort by
Relevance
Downloads
Recently updated
System.
Reflection.
DispatchProxy
by:
dotnetframework
Microsoft
323,260,887 total downloads
last updated
7/21/2020
Latest version:
5.0.0-preview.7.20364.11
Provides a class to dynamically create proxy types that implement a specified interface and derive from a specified DispatchProxy type. Method invocations on the generated proxyinstance are dispatched to that...
More information
runtime.
any.
System.
Reflection.
DispatchProxy
by:
dotnetframework
Microsoft
Deprecated
10,477 total downloads
last updated
11/18/2015
Latest version:
4.0.1-beta-23516
Provides a class to dynamcially create proxy types that implement a specified interface and derive from a specified DispatchProxy type. Method invocations on the generated proxyinstance are dispatched to that...
More information
runtime.
aot.
System.
Reflection.
DispatchProxy
by:
dotnetframework
Microsoft
Deprecated
2,392 total downloads
last updated
11/18/2015
Latest version:
4.0.1-beta-23516
Provides a class to dynamcially create proxy types that implement a specified interface and derive from a specified DispatchProxy type. Method invocations on the generated proxyinstance are dispatched to that...
More information
QueryPack.
DispatchProxy
by:
mtsapenko
797 total downloads
last updated
5/18/2023
Latest version:
1.0.5
QueryPack
Proxy
Interception
Reflection
DispatchProxy
Simple interception implementation based on System.Reflection.DispatchProxy
Sumo.
Retry
by:
SumoSoftwareCorporation
35,606 total downloads
last updated
7/23/2019
Latest version:
5.5.0
DispatchProxy
RetryProxy
Retry
Pattern
Sumo.Retry provides several types of retry policy, lambda based WithRetry extension methods and a RetryProxy based on System.Reflection.DispatchProxy.
NetAopEssentials
by:
jrozac
1,302 total downloads
last updated
5/5/2019
Latest version:
1.0.0
Net standard runtime AOP support. Support for generic runtime AOP and caching of custom methods, based on System.Reflection.DispatchProxy.
AspCoreAOP.
Core
by:
balbayrak87
501 total downloads
last updated
3/9/2020
Latest version:
1.0.0
interceptors
aspects
aspect-oriented
dispatchproxy
aspnetcore
aspnet-core
A plugin for Microsoft.Extensions.DependencyInjection to support automatically injecting all types which defines ITransientType, IScopedType, ISingletonType, and also injecting makes with interceptors. It uses...
More information
CSharp.
MethodInterceptor
by:
vl00
700 total downloads
last updated
9/30/2022
Latest version:
1.0.1
A sample aop implementation base on System.Reflection.DispatchProxy. It also work well on async/await method.