 | AssemblyExGetDllTypes 方法 |
Sweet 开发框架
获取DLL类型申明数组
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static Type[] GetDllTypes(
string dll
)
Public Shared Function GetDllTypes (
dll As String
) As Type()
static member GetDllTypes :
dll : string -> Type[]
参数
- dll
- 类型:SystemString
DLL名称
返回值
类型:
Type类型申明数组
参见