<PackageReference Include="System.Runtime" Version="4.0.20-beta-22416" />

UIntPtr

public struct UIntPtr
public static readonly UIntPtr Zero

public static int Size { get; }

public UIntPtr(uint value)

public UIntPtr(ulong value)

public UIntPtr(Void* value)

public static UIntPtr Add(UIntPtr pointer, int offset)

public static UIntPtr op_Addition(UIntPtr pointer, int offset)

public static bool op_Equality(UIntPtr value1, UIntPtr value2)

public static UIntPtr op_Explicit(uint value)

public static UIntPtr op_Explicit(ulong value)

public static uint op_Explicit(UIntPtr value)

public static ulong op_Explicit(UIntPtr value)

public static Void* op_Explicit(UIntPtr value)

public static UIntPtr op_Explicit(Void* value)

public static bool op_Inequality(UIntPtr value1, UIntPtr value2)

public static UIntPtr op_Subtraction(UIntPtr pointer, int offset)

public static UIntPtr Subtract(UIntPtr pointer, int offset)

public Void* ToPointer()

public uint ToUInt32()

public ulong ToUInt64()