System.Reflection.DispatchProxy (4.5.0)
Published 2023-05-05 11:41:25 +10:00 by achi
Installation
dotnet nuget add source --name lers --username your_username --password your_token
dotnet add package --source lers --version 4.5.0 System.Reflection.DispatchProxy
About this package
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 DispatchProxy base type.
Commonly Used Types: System.Reflection.DispatchProxy
30ab651fcb4354552bd4891619a0bdd81e0ebdbf When using NuGet 3.x this package requires at least version 3.4.
Dependencies
ID | Version | Target Framework |
---|---|---|
Microsoft.NETCore.Platforms | 2.0.0 | .NETCore5.0 |
NETStandard.Library | 1.6.1 | .NETCore5.0 |
NETStandard.Library | 1.6.1 | .NETStandard1.3 |
System.Reflection.Emit | 4.3.0 | .NETStandard1.3 |
System.Reflection.Emit.ILGeneration | 4.3.0 | .NETStandard1.3 |
Microsoft.NETCore.Platforms | 2.0.0 | UAP10.0.16299 |
System.Reflection.Emit | 4.3.0 | UAP10.0.16299 |
System.Reflection.Emit.ILGeneration | 4.3.0 | UAP10.0.16299 |