NFive API Reference

NFive API Reference

    Show / Hide Table of Contents

    Class PluginAttribute

    Specifies the SDK version number the assembly was built against.

    Inheritance
    Object
    Attribute
    PluginAttribute
    Namespace: NFive.SDK.Core
    Assembly: NFive.SDK.Core.net.dll
    Syntax
    [AttributeUsage(AttributeTargets.Assembly)]
    public class PluginAttribute : Attribute, _Attribute

    Constructors

    | Improve this Doc View Source

    PluginAttribute(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 Source

    Target

    Gets the target SDK version number.

    Declaration
    public uint Target { get; }
    Property Value
    Type Description
    UInt32
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018-2019 NFive