Xamarin.Forms by Xamarin Inc.

<PackageReference Include="Xamarin.Forms" Version="2.3.4.247" />

.NET API 992,704 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, FileImageSource fileImageSource)

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)