c# 反射用法_C/C++语言_黑客防线网安服务器维护基地--Powered by WWW.RONGSEN.COM.CN

c# 反射用法

作者:黑客防线网安C/C++教程基地 来源:黑客防线网安C/C++教程基地 浏览次数:0

本篇关键词:用法 Stringthis
黑客防线网安网讯:    在网上查找了不少的资料,可以说大同小异,概念性的东西网上一搜一堆,今天把反射的东西整理了一下,供大家使用,我保证我这里是最全面的东西,当然也是基础的东西,在学好了这一切的基础上...

    在网上查找了不少的资料可以说大同小异概念性的东西网上一搜一堆,
今天把反射的东西整理了一下,供大家使用,我保证我这里是最全面的东西,当然也是基础的东西,
在学好了这一切的基础上,大家可以学习反射的具体插件等应用,老鸟就不用看了.
首先我们建立一个类库,将它生成为HelloWorld.dll,
  using  System;

  namespace  Webtest
   {

     public   interface  interface1
       {
           int  add();
    
     }
       public   class  ReflectTest:interface1
       {
        
          public  String Write;
          private  String Writec;

          public  String Writea
           {
              get
                {
                  return  Write;
             }
               set
                {
                 Write  =  value;
             }
         
         }
 
          private  String Writeb
           {
              get
                {
                  return  Writec;
             }
               set
                {
                 Writec  =  value;
             }
 
         }
 
           public  ReflectTest()
            {
               this .Write  =   " Write " ;
               this .Writec  =   " Writec " ;
          }
 
          public  ReflectTest( string  str1, string  str2)
           {
              this .Write  =  str1;
              this .Writec  =  str2;
         }
 
          public   string  WriteString( string  s, int  b)
           {
              return   " 欢迎您, "   +  s  +   " --- "   +  b; ;
         }
 
           public   static   string  WriteName( string  s)
            {
              return   " 欢迎您光临, "   +  s;
          }
 
          public   string  WriteNoPara()
           {
             return   " 您使用的是无参数方法 " ;
         }
 
          private   string  WritePrivate()
           {
              return   " 私有类型的方法 " ;
         }
 

          public   int  add()
           {
              return   5 ;
         }
      }
 }

    黑客防线网安服务器维护方案本篇连接:http://www.rongsen.com.cn/show-15190-1.html
网站维护教程更新时间:2012-04-04 22:51:23  【打印此页】  【关闭
我要申请本站N点 | 黑客防线官网 |  
专业服务器维护及网站维护手工安全搭建环境,网站安全加固服务。黑客防线网安服务器维护基地招商进行中!QQ:29769479

footer  footer  footer  footer