Class ModuleAttribute
模块特性
public class ModuleAttribute : Attribute, _Attribute
- Inheritance
-
ModuleAttribute
- Implements
- Inherited Members
- Extension Methods
Constructors
ModuleAttribute()
构造
public ModuleAttribute()
ModuleAttribute(string)
构造
public ModuleAttribute(string interfaceFullName)
Parameters
interfaceFullNamestring接口全名
Properties
InterfaceFullName
接口全名
public string InterfaceFullName { get; set; }