Field LibraryMicrosoftMaui
Gets the 'Microsoft.Maui' assembly if it is loaded in the current application domain.
public static readonly Lazy<Assembly?> LibraryMicrosoftMaui
Returns
- Lazy<Assembly>
- Gets the 'Microsoft.Maui' assembly if it is loaded in the current application domain.
Remarks
Returns null
if the 'Microsoft.Maui' assembly is not loaded or cannot be found.