Class PluginModuleDependencyAttribute
Inheritance
PluginModuleDependencyAttribute
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = false)]
public class PluginModuleDependencyAttribute : Attribute, _Attribute
Constructors
PluginModuleDependencyAttribute(Type)
Declaration
public PluginModuleDependencyAttribute(Type moduleType)
Parameters
Type |
Name |
Description |
Type |
moduleType |
|
Properties
moduleType
Declaration
public Type moduleType { get; }
Property Value
Extension Methods