EmulatorResourceExtensions.IsEmulator(IResource) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the specified resource is an emulator resource.
public static bool IsEmulator(this Aspire.Hosting.ApplicationModel.IResource resource);
static member IsEmulator : Aspire.Hosting.ApplicationModel.IResource -> bool
<Extension()>
Public Function IsEmulator (resource As IResource) As Boolean
Parameters
- resource
- IResource
The resource to check.
Returns
true if the specified resource is an emulator resource; otherwise, false.