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

IntPtr

public struct IntPtr
public static readonly IntPtr Zero

public static int Size { get; }

public IntPtr(int value)

public IntPtr(long value)

public IntPtr(Void* value)

public static IntPtr Add(IntPtr pointer, int offset)

public static IntPtr op_Addition(IntPtr pointer, int offset)

public static bool op_Equality(IntPtr value1, IntPtr value2)

public static IntPtr op_Explicit(int value)

public static IntPtr op_Explicit(long value)

public static int op_Explicit(IntPtr value)

public static long op_Explicit(IntPtr value)

public static Void* op_Explicit(IntPtr value)

public static IntPtr op_Explicit(Void* value)

public static bool op_Inequality(IntPtr value1, IntPtr value2)

public static IntPtr op_Subtraction(IntPtr pointer, int offset)

public static IntPtr Subtract(IntPtr pointer, int offset)

public int ToInt32()

public long ToInt64()

public Void* ToPointer()

public string ToString(string format)