SampSharp
SampSharp
SampSharp.Core.Natives
NativeParameterInfo Structure
NativeParameterInfo Methods
ForType Method
GetBytes Method
GetReferenceArgument Method
NativeParameterInfo
GetBytes Method
Converts the value to a collection of bytes according to this parameter.
Namespace:
SampSharp.Core.Natives
Assembly:
SampSharp.Core (in SampSharp.Core.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
Copy
public
IEnumerable
<
byte
>
GetBytes
(
Object
value
,
int
length
,
IGameModeClient
gameModeClient
)
Parameters
value
Type:
System
Object
The value.
length
Type:
System
Int32
The length.
gameModeClient
Type:
SampSharp.Core
IGameModeClient
The game mode client.
Return Value
Type:
IEnumerable
Byte
A collection of bytes.
See Also
Reference
NativeParameterInfo Structure
SampSharp.Core.Natives Namespace