Definition at line 765 of file IntPtr.cs.
766 {
768 {
769 result = (byte)(
object)
value;
770 return true;
771 }
773 {
774 result = (char)(
object)
value;
775 return true;
776 }
778 {
779 decimal num = (decimal)(
object)
value;
781 {
782 result = 0;
783 return false;
784 }
785 result = (nint)(long)num;
786 return true;
787 }
789 {
792 {
793 result = 0;
794 return false;
795 }
797 return true;
798 }
800 {
802 return true;
803 }
805 {
806 result = (int)(
object)
value;
807 return true;
808 }
810 {
813 {
814 result = 0;
815 return false;
816 }
818 return true;
819 }
821 {
823 return true;
824 }
826 {
827 result = (sbyte)(
object)
value;
828 return true;
829 }
831 {
834 {
835 result = 0;
836 return false;
837 }
839 return true;
840 }
842 {
843 result = (ushort)(
object)
value;
844 return true;
845 }
847 {
850 {
851 result = 0;
852 return false;
853 }
855 return true;
856 }
858 {
861 {
862 result = 0;
863 return false;
864 }
866 return true;
867 }
869 {
872 {
873 result = 0;
874 return false;
875 }
877 return true;
878 }
879 ThrowHelper.ThrowNotSupportedException();
880 result = 0;
881 return false;
882 }
References System.IntPtr.IntPtr(), System.Runtime.Serialization.Dictionary, System.IntPtr.MaxValue, System.IntPtr.MinValue, System.ThrowHelper.ThrowNotSupportedException(), and System.value.