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