System.Reflection.Emit.ILGeneration 4.6.0-preview8.19405.3
Provides classes that allow a compiler or tool to emit Microsoft intermediate language (MSIL). The primary clients of these classes are script engines and compilers.
Commonly Used Types:
System.Reflection.Emit.ILGenerator
System.Reflection.Emit.Label
System.Reflection.Emit.CustomAttributeBuilder
System.Reflection.Emit.LocalBuilder
System.Reflection.Emit.ParameterBuilder
System.Reflection.Emit.SignatureHelper
When using NuGet 3.x this package requires at least version 3.4.
Showing the top 20 packages that depend on System.Reflection.Emit.ILGeneration.
Packages | Downloads |
---|---|
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.
|
30 |
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.
|
29 |
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.
|
27 |
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.
|
26 |
Microsoft.Windows.Compatibility
This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET Core as well as .NET Standard.
When using NuGet 3.x this package requires at least version 3.4.
|
26 |
protobuf-net
Provides simple access to fast and efficient "Protocol Buffers" serialization from .NET applications
|
26 |
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.
|
25 |
Microsoft.Windows.Compatibility
This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET as well as .NET Standard.
|
25 |
protobuf-net
Protocol Buffers is the name of the binary serialization format used by Google for much of their data communications. It is designed to be: small in size - efficient data storage (far smaller than xml) cheap to process - both at the client and server platform independent - portable between different programming architectures extensible - to add new data to old messages. protobuf-net is a .NET implementation of this, allowing you to serialize your .NET objects efficiently and easily. It is compatible with most of the .NET family, including .NET 2.0/3.0/3.5/4.0, .NET CF 2.0/3.5, Mono 2.x, Silverlight, etc.
|
25 |
protobuf-net
Provides simple access to fast and efficient "Protocol Buffers" serialization from .NET applications
|
25 |
Microsoft.Windows.Compatibility
This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET Core as well as .NET Standard.
When using NuGet 3.x this package requires at least version 3.4.
|
24 |
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>
- 1548494
|
24 |
System.Reflection.DispatchProxy
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
When using NuGet 3.x this package requires at least version 3.4.
|
24 |
protobuf-net
Protocol Buffers is the name of the binary serialization format used by Google for much of their data communications. It is designed to be: small in size - efficient data storage (far smaller than xml) cheap to process - both at the client and server platform independent - portable between different programming architectures extensible - to add new data to old messages. protobuf-net is a .NET implementation of this, allowing you to serialize your .NET objects efficiently and easily. It is compatible with most of the .NET family, including .NET 2.0/3.0/3.5/4.0, .NET CF 2.0/3.5, Mono 2.x, Silverlight, etc.
|
24 |
protobuf-net
Provides simple access to fast and efficient "Protocol Buffers" serialization from .NET applications
|
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.
|
23 |
System.Reflection.DispatchProxy
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
When using NuGet 3.x this package requires at least version 3.4.
|
23 |
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.
|
23 |
https://go.microsoft.com/fwlink/?LinkID=799421
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.
WindowsPhone 8.0
- No dependencies.
Windows 8.0
- No dependencies.
UAP 10.0.16299
- No dependencies.
.NETPortable 4.5
- No dependencies.
.NETPortable 0.0
- No dependencies.
.NET Standard 2.1
- No dependencies.
.NET Standard 2.0
- No dependencies.
WindowsPhoneApp 8.1
- No dependencies.
.NET Standard 1.0
- System.Resources.ResourceManager (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Reflection (>= 4.3.0)
- System.Reflection.Primitives (>= 4.3.0)
MonoTouch 1.0
- No dependencies.
.NET Framework 4.5
- No dependencies.
.NETCore 5.0
- System.Reflection.Primitives (>= 4.3.0)
- System.Reflection (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Resources.ResourceManager (>= 4.3.0)
.NET Core 2.0
- No dependencies.
Version | Downloads | Last updated |
---|---|---|
4.7.0 | 25 | 4/12/2022 |
4.7.0-preview3.19551.4 | 21 | 3/7/2024 |
4.7.0-preview2.19523.17 | 19 | 3/7/2024 |
4.7.0-preview1.19504.10 | 16 | 3/7/2024 |
4.6.0 | 22 | 3/7/2024 |
4.6.0-rc1.19456.4 | 20 | 3/7/2024 |
4.6.0-preview9.19421.4 | 19 | 3/7/2024 |
4.6.0-preview9.19416.11 | 20 | 3/7/2024 |
4.6.0-preview8.19405.3 | 15 | 3/7/2024 |
4.6.0-preview7.19362.9 | 18 | 3/7/2024 |
4.6.0-preview6.19303.8 | 19 | 3/7/2024 |
4.6.0-preview6.19264.9 | 20 | 3/7/2024 |
4.6.0-preview5.19224.8 | 18 | 3/7/2024 |
4.6.0-preview4.19212.13 | 17 | 3/7/2024 |
4.6.0-preview3.19128.7 | 19 | 3/7/2024 |
4.6.0-preview.19073.11 | 17 | 3/7/2024 |
4.6.0-preview.18571.3 | 15 | 3/7/2024 |
4.3.0 | 21 | 3/7/2024 |
4.3.0-preview1-24530-04 | 16 | 3/7/2024 |
4.0.1 | 24 | 3/7/2024 |
4.0.1-rc2-24027 | 17 | 3/7/2024 |
4.0.1-beta-23516 | 20 | 3/7/2024 |
4.0.1-beta-23409 | 16 | 3/7/2024 |
4.0.1-beta-23225 | 18 | 3/7/2024 |
4.0.0 | 18 | 3/7/2024 |
4.0.0-beta-23109 | 23 | 3/7/2024 |
4.0.0-beta-23019 | 20 | 3/7/2024 |
4.0.0-beta-22816 | 17 | 3/7/2024 |
4.0.0-beta-22605 | 21 | 3/7/2024 |
4.0.0-beta-22416 | 17 | 3/7/2024 |
4.0.0-beta-22231 | 17 | 3/7/2024 |