Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
820 views
in Technique[技术] by (71.8m points)

xamarin.android - What the word “shared” really means in Xamarin Shared Mono Runtime?

When you install debug builds on android Xamarin doesn't include Mono runtime in the app instead of this it uses the thing called Shared mono runtime ? I'm curious what the word shared really means? Does is mean that the single instance of the runtime will be lunched and all debug builds(of different apps) will run in this single instance of Mono runtime, or this means that Mono will be delivered to the device only once and all debug builds will run its own instance of that shared runtime(So it will just not be delivered with every app install)
P.S. Although this post looks similar its accepted answer just copy-pastes some ambiguous info from Xamarin docs which is not very informative and doesn't really answers the question

question from:https://stackoverflow.com/questions/65895486/what-the-word-shared-really-means-in-xamarin-shared-mono-runtime

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...