EmulatorResourceExtensions Methods
Class Methods 1 member
Extension methods for managing emulator resources.
Determines whether the specified resource is an emulator resource.
public static class EmulatorResourceExtensions{ public static bool IsEmulator( this IResource resource) { // ... }}Parameters
resource IResource The resource to check. Returns
bool true if the specified resource is an emulator resource; otherwise, false.