Click or drag to resize

NativeUtils Class

Provides functions used by native proxies generated by FastNativeBasedNativeObjectProxyFactory.
Inheritance Hierarchy
SystemObject
  SampSharp.Core.Natives.NativeObjects.FastNativesNativeUtils

Namespace:  SampSharp.Core.Natives.NativeObjects.FastNatives
Assembly:  SampSharp.Core (in SampSharp.Core.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public static class NativeUtils

The NativeUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAppendVarArgsFormat
Appends the format for specified variable arguments to the specified format.
Public methodStatic memberArrayToIntSpan
Public methodStatic memberBytePointerToInt
Casts a byte pointer to an integer.
Public methodStatic memberGetByteCount
Gets the byte count of the specified input string based on the currently active encoding.
Public methodStatic memberGetBytes
Public methodStatic memberGetString
Public methodStatic memberIntPointerToInt
Casts an integer pointer to an integer.
Public methodStatic memberIntSpanToArrayT
Public methodStatic memberSetVarArgsValues
Assigns variable arguments values to the specified buffers.
Public methodStatic memberSynchronizeInvoke
Synchronizes an invocation to a native pointer.
Top
See Also