<PackageReference Include="NETStandard.Library" Version="2.0.2" />
System.UIntPtr
public static readonly UIntPtr Zero
public static int Size {
get; }
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 Subtract(
UIntPtr pointer,
int offset)