IntPtr Explicit Conversion Operators
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Include Protected Members
Include Inherited Members
Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Explicit(Int32 to IntPtr) | Converts the value of a 32-bit signed integer to an IntPtr. | |
Explicit(Int64 to IntPtr) | Converts the value of a 64-bit signed integer to an IntPtr. | |
Explicit(IntPtr to Void*) | Converts the value of the specified IntPtr to a pointer to an unspecified type. | |
Explicit(IntPtr to Int64) | Converts the value of the specified IntPtr to a 64-bit signed integer. | |
Explicit(IntPtr to Int32) | Converts the value of the specified IntPtr to a 32-bit signed integer. | |
Explicit(Void* to IntPtr) | Converts the specified pointer to an unspecified type to an IntPtr. |
Top