NativeMethodAttribute Class |
Namespace: SampSharp.Core.Natives.NativeObjects
public class NativeMethodAttribute : Attribute
The NativeMethodAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
| NativeMethodAttribute |
Initializes a new instance of the NativeMethodAttribute class.
| |
| NativeMethodAttribute(UInt32) |
Initializes a new instance of the NativeMethodAttribute class.
| |
| NativeMethodAttribute(Boolean, UInt32) |
Initializes a new instance of the NativeMethodAttribute class.
|
| Name | Description | |
|---|---|---|
| Function |
Gets or sets the function name.
| |
| IdentifiersIndex |
Gets the parameter index of the identifiers.
| |
| IgnoreIdentifiers |
Gets a value indicating whether to ignore identifiers.
| |
| Lengths |
Gets the lengths of special arguments.
| |
| ReferenceIndices |
Gets or sets indices of parameters which should be passed by reference instead of input values.
| |
| TypeId | (Inherited from Attribute.) |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Attribute.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Attribute.) | |
| GetType | (Inherited from Object.) | |
| IsDefaultAttribute | (Inherited from Attribute.) | |
| Match | (Inherited from Attribute.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |