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.
dotnet add package System.Reflection.Emit.ILGeneration --version 4.7.0-preview1.19504.10
Install-Package System.Reflection.Emit.ILGeneration -Version 4.7.0-preview1.19504.10
| 包名 | 版本要求 |
|---|---|
| System.Reflection | [4.3.0, ) |
| System.Reflection.Primitives | [4.3.0, ) |
| System.Resources.ResourceManager | [4.3.0, ) |
| System.Runtime | [4.3.0, ) |
| 包名 | 版本要求 |
|---|---|
| System.Reflection | [4.3.0, ) |
| System.Reflection.Primitives | [4.3.0, ) |
| System.Resources.ResourceManager | [4.3.0, ) |
| System.Runtime | [4.3.0, ) |
| 作者 | Microsoft |
|---|---|
| 发布时间 | 2019-10-15 15:53:56 |
| 项目主页 | https://github.com/dotnet/corefx |
| 许可证 | https://github.com/dotnet/corefx/blob/master/LICENSE.TXT |