Click or drag to resize

INativeLoaderLoad 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#
INative Load(
	string name,
	uint[] sizes,
	Type[] parameterTypes
)

Parameters

name
Type: SystemString
The name.
sizes
Type: SystemUInt32
The references to the parameter which contains the size of array parameters.
parameterTypes
Type: SystemType
The parameter types.

Return Value

Type: INative
The loaded native.
See Also