示例#1
0
        public static uint ToInteger(AddressOrGUID aog)
        {
            uint ret = RakNetPINVOKE.CSharp_AddressOrGUID_ToInteger(AddressOrGUID.getCPtr(aog));

            if (RakNetPINVOKE.SWIGPendingException.Pending)
            {
                throw RakNetPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }