SampSharp
SampSharp
SampSharp.Core.Natives
NativeLoader Class
NativeLoader Methods
Load Method
Load Method (String, NativeParameterInfo[])
Load Method (String, UInt32[], Type[])
NativeLoader
Load Method (String,
UInt32
,
Type
)
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
public
INative
Load
(
string
name
,
uint
[]
sizes
,
Type
[]
parameterTypes
)
Parameters
name
Type:
System
String
The name.
sizes
Type:
System
UInt32
The references to the parameter which contains the size of array parameters.
parameterTypes
Type:
System
Type
The parameter types.
Return Value
Type:
INative
The loaded native.
Implements
INativeLoader
Load(String,
UInt32
,
Type
)
See Also
Reference
NativeLoader Class
Load Overload
SampSharp.Core.Natives Namespace