System.Reflection

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. Commonly Used Types: System.Reflection.MethodInfo System.Reflection.PropertyInfo System.Reflection.ParameterInfo System.Reflection.FieldInfo System.Reflection.ConstructorInfo System.Reflection.Assembly System.Reflection.MemberInfo System.Reflection.EventInfo System.Reflection.Module

0 下载 Microsoft
安装
dotnet add package System.Reflection
Install-Package System.Reflection
详情
作者Microsoft
许可证http://go.microsoft.com/fwlink/?LinkId=329770
最新版本4.3.0