Click or drag to resize

NativeUtils Methods

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