点击这里给我发消息 点击这里给我发消息

C#中通过Assembly类访问程序集信息

添加时间:2012-1-18
    相关阅读: 程序 C#

核心提示:C#中通过Assembly类可以访问程序集信息.1.允许访问给定程序集的元元素,包含可以加载和执行程序集的方法;

C#中通过Assembly类可以访问程序集信息.

1.允许访问给定程序集的元元素,包含可以加载和执行程序集的方法;

2.加载程序集:使用静态方法Assembly.Load(程序集名称)或Assembly.LoadFrom(程序集完整路径名);

3.属性:

FullName:程序集显示名称;

3.方法:

GetTypes():获取程序集中定义的类型。

TestAssembly.cs:
 
view plaincopy to clipboardprint?
using System;    using System.Reflection; 
     namespace Magci.Test.Reflection  
{        public class TestAssembly      
{            public static void Main()       
    {                //将程序集加载到运行过程中     
          Assembly  ass = Assembly.Load("TestCustomAttributes");      
         Assembly  ass1 = Assembly.LoadFrom(@"E:\CODE\dotNet\C#\9-Reflection\TestCustomAttributes.dll");       
        //获取程序集显示名称              
Console.WriteLine(ass1.FullName);     
             //获取程序集中定义的类型      
         Type[] types = ass.GetTypes();       
        foreach (Type t in types)  
             {                    Console.WriteLine(t.FullName);     
          }            }        }    } 

咨询热线:020-85648757 85648755 85648616 0755-27912581 客服:020-85648756 0755-27912581 业务传真:020-32579052
广州市网景网络科技有限公司 Copyright◎2003-2008 Veelink.com. All Rights Reserved.
广州商务地址:广东省广州市黄埔大道中203号(海景园区)海景花园C栋501室
= 深圳商务地址:深圳市宝源路华丰宝源大厦606
研发中心:广东广州市天河软件园海景园区 粤ICP备05103322号 工商注册