a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
11 lines
744 B
XML
11 lines
744 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Namespace Name="System.Reflection" FullName="System.Reflection" FullNameSP="System.Reflection" Maintainer="Mono">
|
|
<Docs>
|
|
<remarks>
|
|
</remarks>
|
|
<summary>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>The <see cref="N:System.Reflection" /> namespace contains 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. To dynamically create types, use the <see cref="N:System.Reflection.Emit" /> namespace.</para>
|
|
</summary>
|
|
</Docs>
|
|
</Namespace> |