Exemplo n.º 1
0
 internal static Type GetClassType()
 {
     if (s_typeCache == null)
     {
         s_typeCache = UDPReflectionUtils.GetTypeByName(UDPReflectionConsts.k_AppStoreSettingsType);
     }
     return(s_typeCache);
 }
Exemplo n.º 2
0
 internal static Type GetClassType()
 {
     if (s_typeCache == null)
     {
         s_typeCache = UDPReflectionUtils.GetTypeByName(UDPReflectionConsts.k_BuildConfigType);
     }
     return(s_typeCache);
 }
Exemplo n.º 3
0
 static Type GetClassType()
 {
     if (s_typeCache == null)
     {
         s_typeCache = UDPReflectionUtils.GetTypeByName(UDPReflectionConsts.k_ProductInfoType);
     }
     return(s_typeCache);
 }