程序集中的类列表 [英] List of classes in an assembly

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

问题描述

我有一个 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

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

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