System.Reflection.Emit 4.6.0-preview6.19264.9
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 |
|---|---|
|
FirebirdSql.Data.FirebirdClient
Firebird ADO.NET data provider
|
31 |
|
ServiceStack
ServiceStack is a simple and fast alternative to WCF, MVC and Web API in one cohesive framework for all your services and web apps that's intuitive and Easy to use!
To get started see: https://servicestack.net/getting-started
|
18 |
|
TinyMapper
TinyMapper - a tiny and quick object mapper for .Net.
|
17 |
|
GroupDocs.Parser
GroupDocs.Parser for .NET is a useful parsing class library which allows to extract different data from documents of various formats. The data extraction API allows to extract quick raw or quality formatted text from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX. The library will allow you to create document descriptive templates and apply them on documents, specific to your business workflow and extract required data.
Features:
* Extract both raw and formatted text associated with supported file formats with a few lines of code;
* Extract metadata associated with supported file formats with a few lines of code;
* Extract content from formats that contain attachments (PDF, Email) and extract name, path, media type and content;
* Support encrypted document formats;
* Extract structured text;
* Extract images;
* Text Analysis API;
* Extract PDF form data;
* Tools for encoding detection;
* Tools for media type detection;
* Document data parsing API by template;
* Zip archives support;
Supported document formats:
* Microsoft Word documents - DOC, DOT, DOCX, DOCM, DOTX, DOTM, TXT, RTF;
* Microsoft Excel spreadsheets - XLS, XLT, XLSX, XLSM, XLSB, XLTX, XLTM,CSV, XLA, XLAM, XML;
* Microsoft PowerPoint presentations - PPT, PPS, POT, PPTX, PPTM, POTX, POTM, PPSX, PPSM;
* Microsoft OneNote - ONE;
* Open Document formats - ODP, ODS, ODT, OTT;
* Portable Document Formats - PDF;
* Email - PST, OST, EML, EMLX, MSG;
* Ebook - EPUB, FB2, CHM;
* Archive - ZIP;
* Markup - HTML, XHTML, MHTML, MD, XML;
For more details on the GroupDocs.Parser for .NET API, please visit GroupDocs website at:
https://www.groupdocs.com/products/parser/net
Note: GroupDocs.Parser for .NET will run in evaluation mode. In order to test full features of the product, please request a free 30-day temporary license.
|
17 |
|
GroupDocs.Parser
GroupDocs.Parser for .NET is a useful parsing class library which allows to extract different data from documents of various formats. The data extraction API supports PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and many more formats.
|
17 |
|
protobuf-net
Provides simple access to fast and efficient "Protocol Buffers" serialization from .NET applications
|
16 |
|
MassTransit
MassTransit is a message-based distributed application framework for .NET http://masstransit-project.com
|
16 |
|
Castle.Core
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
|
16 |
|
GroupDocs.Parser
GroupDocs.Parser for .NET is a useful parsing class library which allows to extract different data from documents of various formats. The data extraction API supports PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and many more formats.
|
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 |
|
GroupDocs.Parser
GroupDocs.Parser for .NET is a useful parsing class library which allows to extract different data from documents of various formats. The data extraction API allows to extract quick raw or quality formatted text from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX. The library will allow you to create document descriptive templates and apply them on documents, specific to your business workflow and extract required data.
Features:
* Extract both raw and formatted text associated with supported file formats with a few lines of code;
* Extract metadata associated with supported file formats with a few lines of code;
* Extract content from formats that contain attachments (PDF, Email) and extract name, path, media type and content;
* Support encrypted document formats;
* Extract structured text;
* Extract images;
* Text Analysis API;
* Extract PDF form data;
* Tools for encoding detection;
* Tools for media type detection;
* Document data parsing API by template;
* Zip archives support;
Supported document formats:
* Microsoft Word documents - DOC, DOT, DOCX, DOCM, DOTX, DOTM, TXT, RTF;
* Microsoft Excel spreadsheets - XLS, XLT, XLSX, XLSM, XLSB, XLTX, XLTM,CSV, XLA, XLAM, XML;
* Microsoft PowerPoint presentations - PPT, PPS, POT, PPTX, PPTM, POTX, POTM, PPSX, PPSM;
* Microsoft OneNote - ONE;
* Open Document formats - ODP, ODS, ODT, OTT;
* Portable Document Formats - PDF;
* Email - PST, OST, EML, EMLX, MSG;
* Ebook - EPUB, FB2, CHM;
* Archive - ZIP;
* Markup - HTML, XHTML, MHTML, MD, XML;
For more details on the GroupDocs.Parser for .NET API, please visit GroupDocs website at:
https://www.groupdocs.com/products/parser/net
Note: GroupDocs.Parser for .NET will run in evaluation mode. In order to test full features of the product, please request a free 30-day temporary license.
|
16 |
|
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.
|
15 |
|
System.Linq.Dynamic.Core
This is a .NETStandard / .NET Core port of the the Microsoft assembly for the .Net 4.0 Dynamic language functionality.
|
15 |
|
Elasticsearch.Net
Exposes all the Elasticsearch API endpoints but leaves you in control of building the request and response bodies.
Comes with built in cluster failover/connection pooling support.
|
15 |
|
protobuf-net
Provides simple access to fast and efficient "Protocol Buffers" serialization from .NET applications
|
15 |
|
FirebirdSql.Data.FirebirdClient
Firebird ADO.NET data provider
|
15 |
|
AspectCore.Core
The implementation of the AspectCore framework.
|
15 |
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.
WindowsPhoneApp 8.1
- System.Reflection.Emit.ILGeneration (>= 4.3.0)
Windows 8.0
- System.Reflection.Emit.ILGeneration (>= 4.3.0)
UAP 10.0.16299
- System.Reflection.Emit.ILGeneration (>= 4.3.0)
.NETPortable 4.5
- System.Reflection.Emit.ILGeneration (>= 4.3.0)
.NET Standard 1.1
- System.Runtime.InteropServices (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Resources.ResourceManager (>= 4.3.0)
- System.Reflection.Primitives (>= 4.3.0)
- System.Reflection (>= 4.3.0)
- System.Reflection.Emit.ILGeneration (>= 4.3.0)
- System.IO (>= 4.3.0)
.NET Standard 2.0
- System.Reflection.Emit.ILGeneration (>= 4.3.0)
MonoTouch 1.0
- No dependencies.
.NETCore 5.0
- System.IO (>= 4.3.0)
- System.Reflection (>= 4.3.0)
- System.Reflection.Emit.ILGeneration (>= 4.3.0)
- System.Reflection.Primitives (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Runtime.InteropServices (>= 4.3.0)
- System.Resources.ResourceManager (>= 4.3.0)
.NET Framework 4.5
- No dependencies.
.NET Core 2.0
- No dependencies.
| Version | Downloads | Last updated |
|---|---|---|
| 4.7.0 | 14 | 03/06/2025 |
| 4.7.0-preview3.19551.4 | 12 | 03/06/2025 |
| 4.7.0-preview2.19523.17 | 12 | 03/06/2025 |
| 4.7.0-preview1.19504.10 | 13 | 03/08/2025 |
| 4.6.0 | 14 | 06/17/2023 |
| 4.6.0-rc1.19456.4 | 12 | 03/06/2025 |
| 4.6.0-preview9.19421.4 | 11 | 03/06/2025 |
| 4.6.0-preview9.19416.11 | 13 | 03/06/2025 |
| 4.6.0-preview8.19405.3 | 10 | 03/06/2025 |
| 4.6.0-preview7.19362.9 | 12 | 03/06/2025 |
| 4.6.0-preview6.19303.8 | 12 | 03/06/2025 |
| 4.6.0-preview6.19264.9 | 12 | 03/06/2025 |
| 4.6.0-preview5.19224.8 | 12 | 03/06/2025 |
| 4.6.0-preview4.19212.13 | 12 | 03/06/2025 |
| 4.6.0-preview3.19128.7 | 13 | 03/06/2025 |
| 4.6.0-preview.19073.11 | 10 | 03/06/2025 |
| 4.6.0-preview.18571.3 | 12 | 03/06/2025 |
| 4.3.0 | 15 | 03/06/2025 |