Definition at line 763 of file UIntPtr.cs.
764 {
766 {
767 result = (byte)(
object)
value;
768 return true;
769 }
771 {
772 result = (char)(
object)
value;
773 return true;
774 }
776 {
777 decimal num = (decimal)(
object)
value;
779 {
781 return false;
782 }
783 result = (nuint)(ulong)num;
784 return true;
785 }
787 {
790 {
792 return false;
793 }
794 result = (nuint)
num2;
795 return true;
796 }
798 {
801 {
803 return false;
804 }
805 result = (nuint)
num3;
806 return true;
807 }
809 {
812 {
814 return false;
815 }
816 result = (nuint)
num4;
817 return true;
818 }
820 {
823 {
825 return false;
826 }
827 result = (nuint)
num5;
828 return true;
829 }
831 {
834 {
836 return false;
837 }
838 result = (nuint)(nint)
intPtr;
839 return true;
840 }
842 {
843 sbyte
b = (sbyte)(
object)
value;
845 {
847 return false;
848 }
850 return true;
851 }
853 {
856 {
858 return false;
859 }
860 result = (nuint)
num6;
861 return true;
862 }
864 {
865 result = (ushort)(
object)
value;
866 return true;
867 }
869 {
870 result = (uint)(
object)
value;
871 return true;
872 }
874 {
877 {
879 return false;
880 }
881 result = (nuint)
num7;
882 return true;
883 }
885 {
887 return true;
888 }
889 ThrowHelper.ThrowNotSupportedException();
891 return false;
892 }
unsafe UIntPtr(uint value)
References System.UIntPtr.UIntPtr(), System.Runtime.Serialization.Dictionary, System.UIntPtr.MaxValue, System.UIntPtr.Size, System.ThrowHelper.ThrowNotSupportedException(), and System.value.