Table of Contents

Class ExtensionAttribute

Namespace
SampSharp.OpenMp.Core
Assembly
SampSharp.OpenMp.Core.dll

Provides a unique identifier for an extension.

[AttributeUsage(AttributeTargets.Class, Inherited = false)]
public class ExtensionAttribute : Attribute
Inheritance
ExtensionAttribute
Inherited Members

Constructors

ExtensionAttribute(ulong)

Provides a unique identifier for an extension.

public ExtensionAttribute(ulong uid)

Parameters

uid ulong

The unique identifier of the extension.

Properties

Uid

Gets the unique identifier of the extension.

public UID Uid { get; }

Property Value

UID