具有某接口与是某类型

是某类型:

                    if (this.FindName(ControlName).GetType() == typeof(LabelIMG))
                    {
                    }

具有某接口:

                    if (this.FindName(ControlName).GetType().GetInterface("IControl",true) == typeof(IControl))
                    {
                    }

 

posted @ 2009-07-08 21:11  昕友软件开发  阅读(194)  评论(0编辑  收藏  举报
欢迎访问我的开源项目:xyIM企业即时通讯