Refactor comment slightly

This commit is contained in:
Dean Herbert 2019-07-03 18:36:04 +09:00
parent 5ecb764cdc
commit 62dd89197c
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ static RulesetStore()
{
AppDomain.CurrentDomain.AssemblyResolve += currentDomain_AssemblyResolve;
//on android in release configuration the assemblies are loaded from the apk directly into memory.
//in this case there is no way to access the rulesets assemblies from the filesystem.
// On android in release configuration assemblies are loaded from the apk directly into memory.
// We cannot read assemblies from cwd, so should check loaded assemblies isntead.
addLoadedRulesets();
try