System.Reflection.DispatchProxy
4.4.0-preview2-25405-01
Prefix Reserved
See the version list below for details.
Requires NuGet 2.12 or higher.
dotnet add package System.Reflection.DispatchProxy --version 4.4.0-preview2-25405-01
NuGet\Install-Package System.Reflection.DispatchProxy -Version 4.4.0-preview2-25405-01
<PackageReference Include="System.Reflection.DispatchProxy" Version="4.4.0-preview2-25405-01" />
paket add System.Reflection.DispatchProxy --version 4.4.0-preview2-25405-01
#r "nuget: System.Reflection.DispatchProxy, 4.4.0-preview2-25405-01"
// Install System.Reflection.DispatchProxy as a Cake Addin #addin nuget:?package=System.Reflection.DispatchProxy&version=4.4.0-preview2-25405-01&prerelease // Install System.Reflection.DispatchProxy as a Cake Tool #tool nuget:?package=System.Reflection.DispatchProxy&version=4.4.0-preview2-25405-01&prerelease
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
029cf57733b7ec6c1dd8a13857e800b9a8d97192
When using NuGet 3.x this package requires at least version 3.4.
Learn more about Target Frameworks and .NET Standard.
-
.NETCore 5.0
- Microsoft.NETCore.Platforms (>= 2.0.0-preview2-25405-01)
- NETStandard.Library (>= 1.6.1)
-
.NETCoreApp 2.0
- No dependencies.
-
.NETFramework 4.6
- No dependencies.
-
.NETFramework 4.6.1
- No dependencies.
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.1)
- System.Reflection.Emit (>= 4.3.0)
- System.Reflection.Emit.ILGeneration (>= 4.3.0)
-
.NETStandard 2.0
- No dependencies.
-
MonoAndroid 1.0
- No dependencies.
-
MonoTouch 1.0
- No dependencies.
-
Xamarin.iOS 1.0
- No dependencies.
-
Xamarin.Mac 2.0
- No dependencies.
-
Xamarin.TVOS 1.0
- No dependencies.
-
Xamarin.WatchOS 1.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.
|