Class Address
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FFXIVClientStructs.Interop
Assembly: FFXIVClientStructs.dll
Syntax
public class Address
Constructors
| Improve this Doc View SourceAddress(String, String, UInt64[], UInt64[], UIntPtr)
Declaration
public Address(string name, string string, ulong[] bytes, ulong[] mask, nuint value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | |
| System.String | string | |
| System.UInt64[] | bytes | |
| System.UInt64[] | mask | |
| System.UIntPtr | value |
Fields
| Improve this Doc View SourceBytes
Declaration
public readonly ulong[] Bytes
Field Value
| Type | Description |
|---|---|
| System.UInt64[] |
Mask
Declaration
public readonly ulong[] Mask
Field Value
| Type | Description |
|---|---|
| System.UInt64[] |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
String
Declaration
public readonly string String
Field Value
| Type | Description |
|---|---|
| System.String |
Value
Declaration
public nuint Value
Field Value
| Type | Description |
|---|---|
| System.UIntPtr |