EmulatorResourceExtensions Methods
ClassMethods1 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
resourceIResourceThe resource to check.Returns
booltrue if the specified resource is an emulator resource; otherwise, false.