Class PluginAttribute
Specifies the SDK version number the assembly was built against.
Namespace: NFive.SDK.Core
Assembly: NFive.SDK.Core.net.dll
Syntax
[AttributeUsage(AttributeTargets.Assembly)]
public class PluginAttribute : Attribute, _Attribute
Constructors
| Improve this Doc View SourcePluginAttribute(UInt32)
Initializes a new instance of the PluginAttribute class.
Declaration
public PluginAttribute(uint target)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | target | The target SDK version number. |
Properties
| Improve this Doc View SourceTarget
Gets the target SDK version number.
Declaration
public uint Target { get; }
Property Value
Type | Description |
---|---|
UInt32 |