找回密码
 立即注册
ReflectionReflectingSystemtype | 程序非源代码 2021-06-11 344 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
Reflection in .NET,.NET Framework’s Reflection API allows you to fetch type (assembly) information at runtime.
  Contents

    * Introduction
    * What is .NET Reflection?
    * Road Map
          o The System.Reflection Namespace
          o The System.Type Class
          o Using System.Object.GetType()
          o Using System.Type.GetType()
          o Using the typeof () C# Operator
    * Type Properties
    * Type Methods
    * Reflecting on Methods
    * Reflecting on Fields and Properties
    * Reflecting on Implemented Interfaces
    * Reflecting on Method Parameters and Return Values
    * Reflecting on Constructor
    * Assembly Class
    * Dynamically Loading an Assembly
    * Late Binding
    * Reflection Emit

1623391980697.rar



上一篇:Regshot v2.0.1.70 Unicode
下一篇:Creating a Custom .NET Profiler