System.Reflection.Emit 4.7.0
Provides classes that allow a compiler or tool to emit metadata and optionally generate a PE file on disk. The primary clients of these classes are script engines and compilers.
Commonly Used Types:
System.Reflection.Emit.AssemblyBuilder
System.Reflection.Emit.FieldBuilder
System.Reflection.Emit.TypeBuilder
System.Reflection.Emit.MethodBuilder
System.Reflection.Emit.ConstructorBuilder
System.Reflection.Emit.GenericTypeParameterBuilder
System.Reflection.Emit.ModuleBuilder
System.Reflection.Emit.PropertyBuilder
System.Reflection.Emit.AssemblyBuilderAccess
System.Reflection.Emit.EventBuilder
When using NuGet 3.x this package requires at least version 3.4.
Showing the top 20 packages that depend on System.Reflection.Emit.
| Packages | Downloads |
|---|---|
|
AutoMapper
A convention-based object-object mapper.
|
15 |
|
AutoMapper
A convention-based object-object mapper.
|
17 |
|
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.
|
16 |
|
BenchmarkDotNet
Powerful .NET library for benchmarking
|
15 |
|
BenchmarkDotNet
Powerful .NET library for benchmarking
|
17 |
|
Castle.Core
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
|
15 |
|
Castle.Core
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
|
16 |
|
FastMember
In .NET reflection is slow... well, kinda slow. If you need access to the members of an arbitrary type, with the type and member-names known only at runtime - then it is frankly hard (especially for DLR types). This library makes such access easy and fast.
|
16 |
|
FastMember
In .NET reflection is slow... well, kinda slow. If you need access to the members of an arbitrary type, with the type and member-names known only at runtime - then it is frankly hard (especially for DLR types). This library makes such access easy and fast.
|
18 |
|
FastMember.Signed
In .NET reflection is slow... well, kinda slow. If you need access to the members of an arbitrary type, with the type and member-names known only at runtime - then it is frankly hard (especially for DLR types). This library makes such access easy and fast.
|
15 |
|
FastMember.Signed
In .NET reflection is slow... well, kinda slow. If you need access to the members of an arbitrary type, with the type and member-names known only at runtime - then it is frankly hard (especially for DLR types). This library makes such access easy and fast.
|
19 |
|
MessagePack
Extremely Fast MessagePack(MsgPack) Serializer for C# (.NET Framework, .NET 6, Unity, Xamarin).
|
15 |
|
MessagePack
Extremely Fast MessagePack(MsgPack) Serializer for C# (.NET Framework, .NET 6, Unity, Xamarin).
|
16 |
|
MessagePack
Extremely Fast MessagePack(MsgPack) Serializer for C#(.NET, .NET Core, Unity, Xamarin).
|
15 |
|
MessagePack
Extremely Fast MessagePack(MsgPack) Serializer for C#(.NET, .NET Core, Unity, Xamarin).
|
17 |
|
System.Linq.Dynamic.Core
This is a .NETStandard / .NET Core port of the the Microsoft assembly for the .Net 4.0 Dynamic language functionality.
|
16 |
|
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.
|
24 |
|
System.Xml.XmlSerializer
Provides classes for serializing objects to the Extensible Markup Language (XML) and deserializing XML data to objects.
Commonly Used Types:
System.Xml.Serialization.IXmlSerializable
System.Xml.Serialization.XmlSerializer
System.Xml.Serialization.XmlIgnoreAttribute
System.Xml.Serialization.XmlElementAttribute
System.Xml.Serialization.XmlAttributeAttribute
System.Xml.Serialization.XmlArrayAttribute
System.Xml.Serialization.XmlRootAttribute
System.Xml.Serialization.XmlArrayItemAttribute
System.Xml.Serialization.XmlTypeAttribute
System.Xml.Serialization.XmlEnumAttribute
When using NuGet 3.x this package requires at least version 3.4.
|
17 |
|
System.Xml.XmlSerializer
Provides classes for serializing objects to the Extensible Markup Language (XML) and deserializing XML data to objects.
Commonly Used Types:
System.Xml.Serialization.IXmlSerializable
System.Xml.Serialization.XmlSerializer
System.Xml.Serialization.XmlIgnoreAttribute
System.Xml.Serialization.XmlElementAttribute
System.Xml.Serialization.XmlAttributeAttribute
System.Xml.Serialization.XmlArrayAttribute
System.Xml.Serialization.XmlRootAttribute
System.Xml.Serialization.XmlArrayItemAttribute
System.Xml.Serialization.XmlTypeAttribute
System.Xml.Serialization.XmlEnumAttribute
When using NuGet 3.x this package requires at least version 3.4.
|
18 |
MonoAndroid 1.0
- No dependencies.
MonoTouch 1.0
- No dependencies.
.NET Framework 4.5
- No dependencies.
.NETCore 5.0
- System.IO (>= 4.3.0)
- System.Reflection (>= 4.3.0)
- System.Reflection.Emit.ILGeneration (>= 4.7.0)
- System.Reflection.Primitives (>= 4.3.0)
- System.Resources.ResourceManager (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Runtime.InteropServices (>= 4.3.0)
.NET Core 2.0
- No dependencies.
.NET Standard 1.1
- System.IO (>= 4.3.0)
- System.Reflection (>= 4.3.0)
- System.Reflection.Emit.ILGeneration (>= 4.7.0)
- System.Reflection.Primitives (>= 4.3.0)
- System.Resources.ResourceManager (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Runtime.InteropServices (>= 4.3.0)
.NET Standard 2.0
- System.Reflection.Emit.ILGeneration (>= 4.7.0)
.NET Standard 2.1
- No dependencies.
.NETPortable 4.5
- System.Reflection.Emit.ILGeneration (>= 4.7.0)
UAP 10.0.16299
- System.Reflection.Emit.ILGeneration (>= 4.7.0)
Windows 8.0
- System.Reflection.Emit.ILGeneration (>= 4.7.0)
WindowsPhoneApp 8.1
- System.Reflection.Emit.ILGeneration (>= 4.7.0)
Xamarin.iOS 1.0
- No dependencies.
Xamarin.Mac 2.0
- No dependencies.
Xamarin.TVOS 1.0
- No dependencies.
Xamarin.WatchOS 1.0
- No dependencies.
| Version | Downloads | Last updated |
|---|---|---|
| 4.7.0 | 15 | 08.01.2025 |
| 4.7.0-preview3.19551.4 | 12 | 15.01.2025 |
| 4.7.0-preview2.19523.17 | 9 | 10.01.2025 |
| 4.7.0-preview1.19504.10 | 10 | 10.01.2025 |
| 4.6.0 | 13 | 30.07.2024 |
| 4.6.0-rc1.19456.4 | 9 | 10.01.2025 |
| 4.6.0-preview9.19421.4 | 12 | 15.01.2025 |
| 4.6.0-preview9.19416.11 | 14 | 15.01.2025 |
| 4.6.0-preview8.19405.3 | 11 | 30.07.2024 |
| 4.6.0-preview7.19362.9 | 9 | 09.01.2025 |
| 4.6.0-preview6.19303.8 | 11 | 15.01.2025 |
| 4.6.0-preview6.19264.9 | 10 | 10.01.2025 |
| 4.6.0-preview5.19224.8 | 7 | 15.01.2025 |
| 4.6.0-preview4.19212.13 | 13 | 10.01.2025 |
| 4.6.0-preview3.19128.7 | 14 | 30.07.2024 |
| 4.6.0-preview.19073.11 | 10 | 13.01.2025 |
| 4.6.0-preview.18571.3 | 9 | 15.01.2025 |
| 4.3.0 | 24 | 02.07.2024 |
| 4.0.1 | 8 | 20.08.2025 |