This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
-
The readme says:
What is "managed application" shorthand for? |
Beta Was this translation helpful? Give feedback.
Answered by
maxkatz6
Jun 11, 2024
Replies: 1 comment
-
.NET managed code - is a code based on Common Language Runtime, used for C#, F#, VB and more. It just means, that you can't use this library (as well as Avalonia itself), with C++ native apps (or, "unmanaged"), for example. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
djeikyb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
.NET managed code - is a code based on Common Language Runtime, used for C#, F#, VB and more.
https://learn.microsoft.com/en-us/dotnet/standard/managed-code
It just means, that you can't use this library (as well as Avalonia itself), with C++ native apps (or, "unmanaged"), for example.