首页
社区
课程
招聘
[求助]Reflection in .NET
发表于: 2010-8-19 15:40 1115

[求助]Reflection in .NET

2010-8-19 15:40
1115
.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

http://www.codeproject.com/KB/dotnet/Reflection.aspx

[课程]Linux pwn 探索篇!

上传的附件:
收藏
免费 0
支持
分享
最新回复 (0)
游客
登录 | 注册 方可回帖
返回
//