Table of Contents

Class ModuleTypeInfo

Namespace
AT.Librarys.Container
Assembly
AT.Librarys.Container.dll

模块类型信息

public class ModuleTypeInfo
Inheritance
ModuleTypeInfo
Inherited Members
Extension Methods

Constructors

ModuleTypeInfo(string)

构造

public ModuleTypeInfo(string moduleName)

Parameters

moduleName string

模块名称

ModuleTypeInfo(string, string, string, string, Type)

构造

public ModuleTypeInfo(string moduleName, string _namespace, string version, string interfaceName, Type instanceType)

Parameters

moduleName string

模块名称

_namespace string

命名空间

version string

版本

interfaceName string

接口名称

instanceType Type

实例类型

Properties

InstanceType

类型

public Type InstanceType { get; set; }

Property Value

Type

InterfaceName

接口名称

public string InterfaceName { get; set; }

Property Value

string

ModuleName

模块名称

public string ModuleName { get; set; }

Property Value

string

Namespace

命名空间

public string Namespace { get; set; }

Property Value

string

Version

版本

public string Version { get; set; }

Property Value

string

Methods

ToString()

重写转字符串

public override string ToString()

Returns

string