Info
| Version: | 1.7.1 | 
| Author(s): | harrison314 | 
| Last Update: | Tuesday, October 8, 2024 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/harrison314/MassiveDynamicProxyGenerator | 
| NuGet Url: | https://www.nuget.org/packages/MassiveDynamicProxyGenerator | 
Install
Install-Package MassiveDynamicProxyGenerator
                        dotnet add package MassiveDynamicProxyGenerator
                        paket add MassiveDynamicProxyGenerator
                        
                                MassiveDynamicProxyGenerator Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
                                         .NETFramework 4.0 
                                        
                    - No dependencies. 
- No dependencies. 
- NETStandard.Library(>= 1.6.0)
- System.Dynamic.Runtime(>= 4.3.0)
- System.Reflection.Emit(>= 4.3.0)
- System.Dynamic.Runtime(>= 4.3.0)
- System.Reflection.Emit(>= 4.3.0)
- No dependencies. 
- No dependencies. 
- NETStandard.Library(>= 1.6.0)
- System.Dynamic.Runtime(>= 4.3.0)
- System.Reflection.Emit(>= 4.3.0)
- System.Reflection.TypeExtensions(>= 4.3.0)
Tags
 
                
Proxy objects allow calls to members of an object to be intercepted without modifying the code of the class. Both classes and interfaces can be proxied, however only virtual members can be intercepted.