SampSharp
SampSharp
SampSharp.Core.Natives
INativeLoader Interface
INativeLoader Methods
Load Method
Load Method (String, NativeParameterInfo[])
Load Method (String, UInt32[], Type[])
INativeLoader
Load Method (String,
NativeParameterInfo
)
Loads a native with the specified name.
Namespace:
SampSharp.Core.Natives
Assembly:
SampSharp.Core (in SampSharp.Core.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
Copy
INative
Load
(
string
name
,
NativeParameterInfo
[]
parameters
)
Parameters
name
Type:
System
String
The name.
parameters
Type:
SampSharp.Core.Natives
NativeParameterInfo
The parameters.
Return Value
Type:
INative
The loaded native.
See Also
Reference
INativeLoader Interface
Load Overload
SampSharp.Core.Natives Namespace