类中的组件列表 [英] List of classes in an assembly

查看:106
本文介绍了类中的组件列表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个DLL组件,其中有各种类别。每个班大约有50-100成员和4-5的功能。如何创建的所有类,并使用VB.NET程序各自成员名单?

I've a DLL assembly, in which there are various classes. Each class has around 50-100 members and 4-5 functions. How can I create a list of all the classes and their respective members using a VB.NET program?

我需要显示给用户使用特定的类执行操作

I need to show to the user for performing an operation using a particular class.

推荐答案

见的 System.Reflection.Assembly.GetTypes()并   System.Type.GetMembers()

- larsw

--larsw

这篇关于类中的组件列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆