Class ModuleTypeInfo
模块类型信息
public class ModuleTypeInfo
- Inheritance
-
ModuleTypeInfo
- Inherited Members
- Extension Methods
Constructors
ModuleTypeInfo(string)
构造
public ModuleTypeInfo(string moduleName)
Parameters
moduleNamestring模块名称
ModuleTypeInfo(string, string, string, string, Type)
构造
public ModuleTypeInfo(string moduleName, string _namespace, string version, string interfaceName, Type instanceType)
Parameters
moduleNamestring模块名称
_namespacestring命名空间
versionstring版本
interfaceNamestring接口名称
instanceTypeType实例类型
Properties
InstanceType
类型
public Type InstanceType { get; set; }
Property Value
InterfaceName
接口名称
public string InterfaceName { get; set; }
Property Value
ModuleName
模块名称
public string ModuleName { get; set; }
Property Value
Namespace
命名空间
public string Namespace { get; set; }
Property Value
Version
版本
public string Version { get; set; }
Property Value
Methods
ToString()
重写转字符串
public override string ToString()