Struct UIntArray
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: AltV.Net.Data
Assembly: AltV.Net.CApi.dll
Syntax
public struct UIntArray
Fields
| Improve this Doc View Sourcecapacity
Declaration
public ulong capacity
Field Value
| Type | Description |
|---|---|
| System.UInt64 |
data
Declaration
public IntPtr data
Field Value
| Type | Description |
|---|---|
| System.IntPtr |
Nil
Declaration
public static UIntArray Nil
Field Value
| Type | Description |
|---|---|
| UIntArray |
size
Declaration
public ulong size
Field Value
| Type | Description |
|---|---|
| System.UInt64 |
UInt32Size
Declaration
public static readonly int UInt32Size
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Methods
| Improve this Doc View SourceReadUInt32(Byte[], IntPtr)
Reads a 32-bit unsigned integer from unmanaged memory.
Declaration
public static uint ReadUInt32(byte[] buffer, IntPtr ptr)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte[] | buffer | Buffer to cache |
| System.IntPtr | ptr | The base address in unmanaged memory from which to read. |
Returns
| Type | Description |
|---|---|
| System.UInt32 | The 32-bit unsigned integer read from the ptr parameter. |
ToArray()
Declaration
public uint[] ToArray()
Returns
| Type | Description |
|---|---|
| System.UInt32[] |