<PackageReference Include="System.Reflection" Version="4.0.10-beta-22231" />

System.Reflection 4.0.10-beta-22231

Provides types that retrieve information about assemblies, modules, members, parameters, and other entities in managed code by examining their metadata. These types also can be used to manipulate instances of loaded types, for example to hook up events or to invoke methods.

<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
  <metadata>
    <id>System.Reflection</id>
    <version>4.0.10-beta-22231</version>
    <title>System.Reflection</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 types that retrieve information about assemblies, modules, members, parameters, and other entities in managed code by examining their metadata. These types also can be used to manipulate instances of loaded types, for example to hook up events or to invoke methods.</description>
    <copyright>Copyright © Microsoft Corporation</copyright>
    <dependencies>
      <dependency id="System.IO" version="4.0.0-beta-22231" />
      <dependency id="System.Reflection.Primitives" version="4.0.0-beta-22231" />
      <dependency id="System.Runtime" version="4.0.20-beta-22231" />
    </dependencies>
  </metadata>
</package>