Struct StringViewArray
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.Native
Assembly: AltV.Net.CApi.dll
Syntax
public struct StringViewArray
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 StringViewArray Nil
Field Value
| Type | Description |
|---|---|
| StringViewArray |
size
Declaration
public ulong size
Field Value
| Type | Description |
|---|---|
| System.UInt64 |
Methods
| Improve this Doc View SourceGetNextWithOffset(ref IntPtr)
Consumes and returns next string in the array
Declaration
public string GetNextWithOffset(ref IntPtr offset)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IntPtr | offset |
Returns
| Type | Description |
|---|---|
| System.String |
ToArray()
Declaration
public string[] ToArray()
Returns
| Type | Description |
|---|---|
| System.String[] |