System.Reflection.TypeExtensions
4.7.0
Requires NuGet 2.12 or higher.
dotnet add package System.Reflection.TypeExtensions --version 4.7.0
NuGet\Install-Package System.Reflection.TypeExtensions -Version 4.7.0
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.7.0" />
paket add System.Reflection.TypeExtensions --version 4.7.0
#r "nuget: System.Reflection.TypeExtensions, 4.7.0"
// Install System.Reflection.TypeExtensions as a Cake Addin
#addin nuget:?package=System.Reflection.TypeExtensions&version=4.7.0
// Install System.Reflection.TypeExtensions as a Cake Tool
#tool nuget:?package=System.Reflection.TypeExtensions&version=4.7.0
Provides extensions methods for System.Type that are designed to be source-compatible with older framework reflection-based APIs.
Commonly Used Types:
System.Reflection.TypeExtensions
System.Reflection.BindingFlags
When using NuGet 3.x this package requires at least version 3.4.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid monoandroid10 |
MonoMac | monomac |
MonoTouch | monotouch monotouch10 |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | netcore50 uap uap10.0 uap10.0.16299 |
Xamarin.iOS | xamarinios xamarinios10 |
Xamarin.Mac | xamarinmac xamarinmac20 |
Xamarin.TVOS | xamarintvos xamarintvos10 |
Xamarin.WatchOS | xamarinwatchos xamarinwatchos10 |
-
.NETCore 5.0
- System.Diagnostics.Contracts (>= 4.3.0)
- System.Diagnostics.Debug (>= 4.3.0)
- System.Linq (>= 4.3.0)
- System.Reflection (>= 4.3.0)
- System.Reflection.Primitives (>= 4.3.0)
- System.Resources.ResourceManager (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Runtime.Extensions (>= 4.3.0)
-
.NETCoreApp 2.0
- No dependencies.
-
.NETFramework 4.6
- No dependencies.
-
.NETFramework 4.6.1
- No dependencies.
-
.NETFramework 4.7.2
- No dependencies.
-
.NETStandard 1.3
- System.Reflection (>= 4.3.0)
- System.Resources.ResourceManager (>= 4.3.0)
- System.Runtime (>= 4.3.0)
-
.NETStandard 1.5
- System.Reflection (>= 4.3.0)
- System.Resources.ResourceManager (>= 4.3.0)
- System.Runtime (>= 4.3.0)
-
.NETStandard 2.0
- No dependencies.
-
MonoAndroid 1.0
- No dependencies.
-
MonoTouch 1.0
- No dependencies.
-
UAP 10.0.16299
- 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 (1.1K)
Showing the top 5 NuGet packages that depend on System.Reflection.TypeExtensions:
Package | Downloads |
---|---|
Microsoft.CSharp
Provides support for compilation and code generation, including dynamic, using the C# language. Commonly Used Types: Microsoft.CSharp.RuntimeBinder.Binder Microsoft.CSharp.RuntimeBinder.RuntimeBinderException Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags When using NuGet 3.x this package requires at least version 3.4. |
|
System.Linq.Expressions
Provides classes, interfaces and enumerations that enable language-level code expressions to be represented as objects in the form of expression trees. Commonly Used Types: System.Linq.IQueryable<T> System.Linq.IQueryable System.Linq.Expressions.Expression<TDelegate> System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor When using NuGet 3.x this package requires at least version 3.4. |
|
System.Dynamic.Runtime
Provides classes and interfaces that support the Dynamic Language Runtime (DLR). Commonly Used Types: System.Runtime.CompilerServices.CallSite System.Runtime.CompilerServices.CallSite<T> System.Dynamic.IDynamicMetaObjectProvider System.Dynamic.DynamicMetaObject System.Dynamic.SetMemberBinder System.Dynamic.GetMemberBinder System.Dynamic.ExpandoObject System.Dynamic.DynamicObject System.Runtime.CompilerServices.CallSiteBinder System.Runtime.CompilerServices.ConditionalWeakTable<TKey, TValue> When using NuGet 3.x this package requires at least version 3.4. |
|
Microsoft.DotNet.PlatformAbstractions
Abstractions for making code that uses file system and environment testable. |
|
System.ComponentModel.TypeConverter
Provides the System.ComponentModel.TypeConverter class, which represents a unified way of converting types of values to other types. Commonly Used Types: System.ComponentModel.TypeConverter System.ComponentModel.TypeConverterAttribute System.ComponentModel.PropertyDescriptor System.ComponentModel.StringConverter System.ComponentModel.ITypeDescriptorContext System.ComponentModel.EnumConverter System.ComponentModel.TypeDescriptor System.ComponentModel.Int32Converter System.ComponentModel.BooleanConverter System.ComponentModel.DoubleConverter When using NuGet 3.x this package requires at least version 3.4. |
GitHub repositories (173)
Showing the top 5 popular GitHub repositories that depend on System.Reflection.TypeExtensions:
Repository | Stars |
---|---|
dotnet-architecture/eShopOnContainers
Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 6, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor.
|
|
jbogard/MediatR
Simple, unambitious mediator implementation in .NET
|
|
mbdavid/LiteDB
LiteDB - A .NET NoSQL Document Store in a single data file - https://www.litedb.org
|
|
bchavez/Bogus
:card_index: A simple fake data generator for C#, F#, and VB.NET. Based on and ported from the famed faker.js.
|
|
egametang/ET
Unity3D Client And C# Server Framework
|
Version | Downloads | Last updated |
---|---|---|
4.7.0 | 62,762,968 | 12/3/2019 |
4.7.0-preview3.19551.4 | 2,058 | 11/13/2019 |
4.7.0-preview2.19523.17 | 1,298 | 11/1/2019 |
4.7.0-preview1.19504.10 | 1,267 | 10/15/2019 |
4.6.0 | 8,716,937 | 9/23/2019 |
4.6.0-rc1.19456.4 | 5,172 | 9/16/2019 |
4.6.0-preview9.19421.4 | 10,800 | 9/4/2019 |
4.6.0-preview9.19416.11 | 667 | 9/4/2019 |
4.6.0-preview8.19405.3 | 2,290 | 8/13/2019 |
4.6.0-preview7.19362.9 | 51,021 | 7/23/2019 |
4.6.0-preview6.19303.8 | 3,077 | 6/12/2019 |
4.6.0-preview6.19264.9 | 668 | 9/4/2019 |
4.6.0-preview5.19224.8 | 10,915 | 5/6/2019 |
4.6.0-preview4.19212.13 | 1,224 | 4/18/2019 |
4.6.0-preview3.19128.7 | 2,247 | 3/6/2019 |
4.6.0-preview.19073.11 | 1,973 | 1/29/2019 |
4.6.0-preview.18571.3 | 8,293 | 12/3/2018 |
4.5.1 | 58,772,687 | 8/21/2018 |
4.5.0 | 23,093,374 | 5/29/2018 |
4.5.0-rc1 | 14,340 | 5/6/2018 |
4.5.0-preview2-26406-04 | 5,503 | 4/10/2018 |
4.5.0-preview1-26216-02 | 6,450 | 2/26/2018 |
4.4.0 | 113,094,743 | 8/11/2017 |
4.4.0-preview2-25405-01 | 121,298 | 6/27/2017 |
4.4.0-preview1-25305-02 | 11,101 | 5/9/2017 |
4.3.0 | 574,684,989 | 11/15/2016 |
4.3.0-preview1-24530-04 | 188,230 | 10/24/2016 |
4.1.0 | 522,994,007 | 6/27/2016 |
4.1.0-rc2-24027 | 17,892,215 | 5/16/2016 |
4.1.0-beta-23516 | 71,649 | 11/18/2015 |
4.0.1-beta-23409 | 750,029 | 10/15/2015 |
4.0.1-beta-23225 | 242,160 | 9/2/2015 |
4.0.0 | 3,012,055 | 7/29/2015 |
4.0.0-beta-23109 | 132,127 | 7/27/2015 |
4.0.0-beta-23019 | 66,192 | 6/30/2015 |
4.0.0-beta-22816 | 62,809 | 4/24/2015 |
4.0.0-beta-22605 | 19,150 | 2/13/2015 |
4.0.0-beta-22416 | 10,394 | 1/16/2015 |
4.0.0-beta-22231 | 33,489 | 11/11/2014 |