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