InvalidateAssemblyCache(String) Method
Removes the assembly from the cache.
Definition
Namespace: Avalonia.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
void InvalidateAssemblyCache(
string name
)
Sub InvalidateAssemblyCache (
name As String
)
abstract InvalidateAssemblyCache :
name : string -> unit
Parameters
- String
- The Assemblies.First().GetName().Name
See Also
Reference
IAssetLoader Interface
InvalidateAssemblyCache Overload
Avalonia.Platform Namespace