System.Reflection.Emit.ILGeneration by Microsoft

<PackageReference Include="System.Reflection.Emit.ILGeneration" Version="4.0.0-beta-22605" />

.NET API 20,720 bytes

 System.Reflection.Emit.ILGeneration 4.0.0-beta-22605

Provides clases 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

<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
  <metadata>
    <id>System.Reflection.Emit.ILGeneration</id>
    <version>4.0.0-beta-22605</version>
    <title>System.Reflection.Emit.ILGeneration</title>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <licenseUrl>http://go.microsoft.com/fwlink/?LinkId=329770</licenseUrl>
    <iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>Provides clases 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</description>
    <summary>Provides clases that allow a compiler or tool to emit Microsoft intermediate language (MSIL). The primary clients of these classes are script engines and compilers.</summary>
    <copyright>Copyright © Microsoft Corporation</copyright>
    <dependencies>
      <dependency id="System.Reflection" version="4.0.0-beta-22605" />
      <dependency id="System.Reflection.Primitives" version="4.0.0-beta-22605" />
      <dependency id="System.Runtime" version="4.0.0-beta-22605" />
    </dependencies>
  </metadata>
</package>