System.Reflection 4.1.0
Provides types that retrieve information about assemblies, modules, members, parameters, and other entities in managed code by examining their metadata. These types also can be used to manipulate instances of loaded types, for example to hook up events or to invoke methods.
Commonly Used Types:
System.Reflection.MethodInfo
System.Reflection.PropertyInfo
System.Reflection.ParameterInfo
System.Reflection.FieldInfo
System.Reflection.ConstructorInfo
System.Reflection.Assembly
System.Reflection.MemberInfo
System.Reflection.EventInfo
System.Reflection.Module
When using NuGet 3.x this package requires at least version 3.4.
Showing the top 20 packages that depend on System.Reflection.
Packages | Downloads |
---|---|
AutoMapper
A convention-based object-object mapper. AutoMapper uses a fluent configuration API to define an object-object mapping strategy. AutoMapper uses a convention-based matching algorithm to match up source to destination values. Currently, AutoMapper is designed for model projection scenarios to flatten complex object models to DTOs and other simple objects, whose design is better suited for serialization, communication, messaging, or simply an anti-corruption layer between the domain and application layer.
|
41 |
AngleSharp
AngleSharp is the ultimate angle brackets parser library. It parses HTML5, CSS3, and XML to construct a DOM based on the official W3C specification.
|
38 |
Castle.Core
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
|
36 |
System.Linq.Queryable
Provides classes for querying data structures that implement IQueryable<T>.
Commonly Used Types:
System.Linq.Queryable
System.Linq.EnumerableQuery<T>
System.Linq.EnumerableQuery
When using NuGet 3.x this package requires at least version 3.4.
|
33 |
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.
|
30 |
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.
|
29 |
System.Reflection.Emit.Lightweight
Provides the System.Reflection.Emit.DynamicMethod class, which represents a dynamic method that can be compiled, executed, and discarded. Discarded methods are available for garbage collection.
Commonly Used Types:
System.Reflection.Emit.DynamicMethod
When using NuGet 3.x this package requires at least version 3.4.
|
28 |
Autofac
Autofac is an IoC container for Microsoft .NET. It manages the dependencies between classes so that applications stay easy to change as they grow in size and complexity.
|
28 |
System.ServiceModel.Primitives
Provides common Windows Communication Foundation (WCF) types for consuming and communicating with services.
Commonly Used Types:
System.ServiceModel.ClientBase<TChannel>
System.ServiceModel.IClientChannel
System.ServiceModel.ICommunicationObject
System.ServiceModel.Channels.IChannel
System.ServiceModel.IContextChannel
System.ServiceModel.IExtensibleObject<T>
System.ServiceModel.DataContractFormatAttribute
System.ServiceModel.Description.IOperationBehavior
System.ServiceModel.Channels.Message
System.ServiceModel.FaultException<TDetail>
When using NuGet 3.x this package requires at least version 3.4.
|
28 |
System.ServiceModel.Primitives
Provides common Windows Communication Foundation (WCF) types for consuming and communicating with services.
Commonly Used Types:
System.ServiceModel.ClientBase<TChannel>
System.ServiceModel.IClientChannel
System.ServiceModel.ICommunicationObject
System.ServiceModel.Channels.IChannel
System.ServiceModel.IContextChannel
System.ServiceModel.IExtensibleObject<T>
System.ServiceModel.DataContractFormatAttribute
System.ServiceModel.Description.IOperationBehavior
System.ServiceModel.Channels.Message
System.ServiceModel.FaultException<TDetail>
|
28 |
log4net
log4net is a tool to help the programmer output log statements to a variety of output targets.
In case of problems with an application, it is helpful to enable logging so that the problem
can be located. With log4net it is possible to enable logging at runtime without modifying the
application binary. The log4net package is designed so that log statements can remain in
shipped code without incurring a high performance cost. It follows that the speed of logging
(or rather not logging) is crucial.
At the same time, log output can be so voluminous that it quickly becomes overwhelming.
One of the distinctive features of log4net is the notion of hierarchical loggers.
Using these loggers it is possible to selectively control which log statements are output
at arbitrary granularity.
log4net is designed with two distinct goals in mind: speed and flexibility
|
27 |
System.ServiceModel.Primitives
Provides common Windows Communication Foundation (WCF) types for consuming and communicating with services.
Commonly Used Types:
System.ServiceModel.ClientBase<TChannel>
System.ServiceModel.IClientChannel
System.ServiceModel.ICommunicationObject
System.ServiceModel.Channels.IChannel
System.ServiceModel.IContextChannel
System.ServiceModel.IExtensibleObject<T>
System.ServiceModel.DataContractFormatAttribute
System.ServiceModel.Description.IOperationBehavior
System.ServiceModel.Channels.Message
System.ServiceModel.FaultException<TDetail>
When using NuGet 3.x this package requires at least version 3.4.
|
27 |
System.Reflection.Context
Provides classes that enable customized reflection contexts.
Commonly Used Types:
System.Reflection.Context.CustomReflectionContext
When using NuGet 3.x this package requires at least version 3.4.
|
27 |
System.Security.Principal.Windows
Provides classes for retrieving the current Windows user and for interacting with Windows users and groups.
Commonly Used Types:
System.Security.Principal.WindowsIdentity
System.Security.Principal.SecurityIdentifier
System.Security.Principal.NTAccount
System.Security.Principal.WindowsPrincipal
System.Security.Principal.IdentityReference
System.Security.Principal.IdentityNotMappedException
System.Security.Principal.WindowsBuiltInRole
System.Security.Principal.WellKnownSidType
|
27 |
System.Security.Principal.Windows
Provides classes for retrieving the current Windows user and for interacting with Windows users and groups.
Commonly Used Types:
System.Security.Principal.WindowsIdentity
System.Security.Principal.SecurityIdentifier
System.Security.Principal.NTAccount
System.Security.Principal.WindowsPrincipal
System.Security.Principal.IdentityReference
System.Security.Principal.IdentityNotMappedException
System.Security.Principal.WindowsBuiltInRole
System.Security.Principal.WellKnownSidType
029cf57733b7ec6c1dd8a13857e800b9a8d97192
When using NuGet 3.x this package requires at least version 3.4.
|
27 |
Microsoft.Build
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluation MSBuild projects.
|
27 |
Serilog
Simple .NET logging with fully-structured events
|
27 |
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.
|
26 |
Castle.Core
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
|
26 |
https://go.microsoft.com/fwlink/?LinkID=799417
MonoAndroid 1.0
- No dependencies.
Xamarin.WatchOS 1.0
- No dependencies.
Xamarin.TVOS 1.0
- No dependencies.
Xamarin.Mac 2.0
- No dependencies.
Xamarin.iOS 1.0
- No dependencies.
WindowsPhoneApp 8.1
- No dependencies.
WindowsPhone 8.0
- No dependencies.
Windows 8.0
- No dependencies.
.NETPortable 0.0
- No dependencies.
.NET Standard 1.5
- System.Runtime (>= 4.1.0)
- System.IO (>= 4.1.0)
- Microsoft.NETCore.Targets (>= 1.0.1)
- Microsoft.NETCore.Platforms (>= 1.0.1)
- System.Reflection.Primitives (>= 4.0.1)
.NET Standard 1.3
- System.Runtime (>= 4.1.0)
- System.Reflection.Primitives (>= 4.0.1)
- System.IO (>= 4.1.0)
- Microsoft.NETCore.Platforms (>= 1.0.1)
- Microsoft.NETCore.Targets (>= 1.0.1)
MonoTouch 1.0
- No dependencies.
.NET Framework 4.6.2
- No dependencies.
.NETCore 5.0
- Microsoft.NETCore.Platforms (>= 1.0.1)
- Microsoft.NETCore.Targets (>= 1.0.1)
- System.IO (>= 4.1.0)
- System.Reflection.Primitives (>= 4.0.1)
- System.Runtime (>= 4.1.0)
.NET Framework 4.5
- No dependencies.
.NET Standard 1.0
- Microsoft.NETCore.Platforms (>= 1.0.1)
- Microsoft.NETCore.Targets (>= 1.0.1)
- System.IO (>= 4.1.0)
- System.Reflection.Primitives (>= 4.0.1)
- System.Runtime (>= 4.1.0)
Version | Downloads | Last updated |
---|---|---|
4.3.0 | 23 | 7/2/2023 |
4.3.0-preview1-24530-04 | 17 | 7/2/2023 |
4.1.0 | 26 | 7/2/2023 |
4.1.0-rc2-24027 | 24 | 7/2/2023 |
4.1.0-beta-23516 | 19 | 7/2/2023 |
4.1.0-beta-23409 | 20 | 7/2/2023 |
4.1.0-beta-23225 | 19 | 7/2/2023 |
4.0.10 | 19 | 7/2/2023 |
4.0.10-beta-23109 | 19 | 7/2/2023 |
4.0.10-beta-23019 | 19 | 7/2/2023 |
4.0.10-beta-22816 | 20 | 7/2/2023 |
4.0.10-beta-22605 | 18 | 7/2/2023 |
4.0.10-beta-22416 | 20 | 7/2/2023 |
4.0.10-beta-22231 | 24 | 7/2/2023 |
4.0.0 | 19 | 7/2/2023 |
4.0.0-beta-23109 | 16 | 7/2/2023 |
4.0.0-beta-23019 | 19 | 7/2/2023 |