Xamarin.Forms by Xamarin Inc.

<PackageReference Include="Xamarin.Forms" Version="2.0.1.6492-pre1" />

.NET API 803,328 bytes

 ResourceManager

public static class ResourceManager
public static Type DrawableClass { get; set; }

public static Type ResourceClass { get; set; }

public static Bitmap GetBitmap(this Resources resource, string name)

public static Task<Bitmap> GetBitmapAsync(this Resources resource, string name)

public static Drawable GetDrawable(this Resources resource, string name)

public static int GetDrawableByName(string name)

public static int GetResourceByName(string name)

public static void Init(Assembly masterAssembly)