NativeParameterInfo Structure |
Note: This API is now obsolete.
Namespace: SampSharp.Core.Natives
[ObsoleteAttribute("Native handle based native invocation is deprecated and will be removed in a future version.")] public struct NativeParameterInfo
The NativeParameterInfo type exposes the following members.
Name | Description | |
---|---|---|
NativeParameterInfo(NativeParameterType, Boolean) |
Initializes a new instance of the NativeParameterInfo struct.
| |
NativeParameterInfo(NativeParameterType, UInt32, Boolean) |
Initializes a new instance of the NativeParameterInfo struct.
|
Name | Description | |
---|---|---|
ArgumentType |
Gets the type as a ServerCommandArgument.
| |
IsOutput |
Gets a value indicating whether this parameter has no input.
| |
LengthIndex |
Gets the index of the length parameter specifying the length of this parameter.
| |
RequiresLength |
Gets a value indicating whether the parameter info requires length information.
| |
Type |
Gets the type.
|
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
ForType |
Returns a NativeParameterInfo for the specified type.
| |
GetBytes |
Converts the value to a collection of bytes according to this parameter.
| |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetReferenceArgument |
Returns the referenced value returned by a native.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |