System::​IntPtr
UnityObjectLink
System::​IntPtr

/

Parent

UnityObjectLink

Variables
system::​intptr::​size
static readonly System.Int32 system::intptr::size
system::​intptr::​zero
static readonly System.IntPtr system::intptr::zero
Functions
add
System.IntPtr op_Addition(
System.IntPtr pointer,
System.Int32 offset
)

System.IntPtr pointer-no documentation

Parameters
pointer

no documentation offset -

Returns

System.IntPtr

subtract
System.IntPtr op_Subtraction(
System.IntPtr pointer,
System.Int32 offset
)

System.IntPtr pointer-no documentation

Parameters
pointer

no documentation offset -

Returns

System.IntPtr

system::​intptr::​add
static System.IntPtr Add(
System.IntPtr pointer,
System.Int32 offset
)

System.IntPtr pointer-no documentation

Parameters
pointer

no documentation offset -

Returns

System.IntPtr

system::​intptr::​create
static System.IntPtr Create ()

Constructor replaces new

Returns

System.IntPtr

system::​intptr::​create
static System.IntPtr Create (
System.Int32 value
)

Constructor replaces new;

Parameters
value
System.Int32

no description

Returns

System.IntPtr

system::​intptr::​create
static System.IntPtr Create (
System.Int64 value
)

Constructor replaces new;

Parameters
value
System.Int64

no description

Returns

System.IntPtr

system::​intptr::​subtract
static System.IntPtr Subtract(
System.IntPtr pointer,
System.Int32 offset
)

System.IntPtr pointer-no documentation

Parameters
pointer

no documentation offset -

Returns

System.IntPtr

toint32
System.Int32 ToInt32()
Returns

System.Int32

toint64
System.Int64 ToInt64()
Returns

System.Int64

tostring
System.String ToString(
System.String format
)

System.String format-no documentation

Parameters

format -

Returns

System.String

tostring
System.String ToString()
Returns

System.String