Beispiel #1
0
 protected Slab GetBootSlab()
 {
     if (this.bootSlab == null)
     {
         this.bootSlab = UserResourcesFinder.CreateUserBootSlab(this.ManifestType, this.UserAgent.Layout, this.VersionString);
     }
     return(this.bootSlab);
 }
        // Token: 0x06002870 RID: 10352 RVA: 0x00095ABC File Offset: 0x00093CBC
        public static ResourceBase[] GetUserDataEmbeddedLinks(SlabManifestType manifestType, LayoutType layout, string owaVersion)
        {
            Slab bootSlab = UserResourcesFinder.CreateUserBootSlab(manifestType, layout, owaVersion);

            return(UserResourcesFinder.GetUserDataEmbeddedLinks(bootSlab, owaVersion));
        }