Table of Contents

Class HotReloadService

Namespace
DrawnUi
Assembly
DrawnUi.Maui.dll
public static class HotReloadService
Inheritance
HotReloadService
Inherited Members

Methods

ClearCache(Type[]?)

public static void ClearCache(Type[]? types)

Parameters

types Type[]

UpdateApplication(Type[]?)

public static void UpdateApplication(Type[]? types)

Parameters

types Type[]

Events

UpdateApplicationEvent

public static event Action<Type[]?>? UpdateApplicationEvent

Event Type

Action<Type[]>