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.
Requires NuGet 2.12 or higher.
Install-Package System.Reflection.Emit -Version 4.7.0
dotnet add package System.Reflection.Emit --version 4.7.0
<PackageReference Include="System.Reflection.Emit" Version="4.7.0" />
paket add System.Reflection.Emit --version 4.7.0
#r "nuget: System.Reflection.Emit, 4.7.0"
// Install System.Reflection.Emit as a Cake Addin
#addin nuget:?package=System.Reflection.Emit&version=4.7.0
// Install System.Reflection.Emit as a Cake Tool
#tool nuget:?package=System.Reflection.Emit&version=4.7.0
Release Notes
https://go.microsoft.com/fwlink/?LinkID=799421
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)
-
.NETCoreApp 2.0
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 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)
-
.NETStandard 2.0
- System.Reflection.Emit.ILGeneration (>= 4.7.0)
-
.NETStandard 2.1
- No dependencies.
-
MonoAndroid 1.0
- No dependencies.
-
MonoTouch 1.0
- No dependencies.
-
Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhoneApp 8.1)
- 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.
Used By
NuGet packages (21)
Showing the top 5 NuGet packages that depend on System.Reflection.Emit:
| Package | Downloads |
|---|---|
|
AutoMapper
A convention-based object-object mapper.
|
|
|
Castle.Core
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
|
|
|
MessagePack
Extremely Fast MessagePack(MsgPack) Serializer for C#(.NET, .NET Core, Unity, Xamarin).
|
|
|
StackExchange.Redis.StrongName
High performance Redis client, incorporating both synchronous and asynchronous usage.
|
|
|
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.
|