System.Reflection.DispatchProxy
4.0.0
Prefix Reserved
See the version list below for details.
Requires NuGet 3.0 or higher.
dotnet add package System.Reflection.DispatchProxy --version 4.0.0
NuGet\Install-Package System.Reflection.DispatchProxy -Version 4.0.0
<PackageReference Include="System.Reflection.DispatchProxy" Version="4.0.0" />
paket add System.Reflection.DispatchProxy --version 4.0.0
#r "nuget: System.Reflection.DispatchProxy, 4.0.0"
// Install System.Reflection.DispatchProxy as a Cake Addin #addin nuget:?package=System.Reflection.DispatchProxy&version=4.0.0 // Install System.Reflection.DispatchProxy as a Cake Tool #tool nuget:?package=System.Reflection.DispatchProxy&version=4.0.0
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 DispatchProxy base type.
Commonly Used Types:
System.Reflection.DispatchProxy
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
DNXCore | dnxcore50 is compatible. |
MonoAndroid | monoandroid10 is compatible. |
MonoTouch | monotouch10 is compatible. |
Universal Windows Platform | netcore50 is compatible. |
Xamarin.iOS | xamarinios10 is compatible. |
Xamarin.Mac | xamarinmac20 is compatible. |
-
.NETCore 5.0
- System.Collections (>= 4.0.10)
- System.Linq (>= 4.0.0)
- System.Reflection (>= 4.0.10)
- System.Reflection.Extensions (>= 4.0.0)
- System.Reflection.Primitives (>= 4.0.0)
- System.Resources.ResourceManager (>= 4.0.0)
- System.Runtime (>= 4.0.20)
- System.Threading (>= 4.0.10)
-
.NETFramework 4.6
- System.Collections (>= 4.0.10)
- System.Linq (>= 4.0.0)
- System.Reflection (>= 4.0.10)
- System.Reflection.Extensions (>= 4.0.0)
- System.Reflection.Primitives (>= 4.0.0)
- System.Resources.ResourceManager (>= 4.0.0)
- System.Runtime (>= 4.0.20)
- System.Threading (>= 4.0.10)
-
.NETPlatform 5.0
- System.Reflection (>= 4.0.0)
- System.Runtime (>= 4.0.0)
-
DNXCore 5.0
- System.Collections (>= 4.0.10)
- System.Linq (>= 4.0.0)
- System.Reflection (>= 4.0.10)
- System.Reflection.Extensions (>= 4.0.0)
- System.Reflection.Primitives (>= 4.0.0)
- System.Resources.ResourceManager (>= 4.0.0)
- System.Runtime (>= 4.0.20)
- System.Threading (>= 4.0.10)
-
MonoAndroid 1.0
- No dependencies.
-
MonoTouch 1.0
- No dependencies.
-
Xamarin.iOS 1.0
- No dependencies.
-
Xamarin.Mac 2.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on System.Reflection.DispatchProxy:
Package | Downloads |
---|---|
System.Private.ServiceModel
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of System.ServiceModel packages. - 1548494 |
|
Microsoft.NETCore
Provides a set of packages that can be used when building portable libraries on .NETCore based platforms. - 1548494 |
GitHub repositories (11)
Showing the top 5 popular GitHub repositories that depend on System.Reflection.DispatchProxy:
Repository | Stars |
---|---|
dotnet/wcf
This repo contains the client-oriented WCF libraries that enable applications built on .NET Core to communicate with WCF services.
|
|
CoreWCF/CoreWCF
Main repository for the Core WCF project
|
|
malware-dev/MDK-SE
Malware's Development Kit for SE
|
|
RRQM/TouchSocket
TouchSocket is an integrated .NET networking framework that includes modules for socket, TCP, UDP, SSL, named pipes, HTTP, WebSocket, RPC, and more. It offers a one-stop solution for TCP packet issues and enables quick implementation of custom data message parsing using protocol templates.
|
|
open-telemetry/opentelemetry-dotnet-contrib
This repository contains set of components extending functionality of the OpenTelemetry .NET SDK. Instrumentation libraries, exporters, and other components can find their home here.
|