Boo.Lang.Compiler.Steps.InitializeNameResolutionService.GetLocation C# (CSharp) Méthode

GetLocation() private méthode

private GetLocation ( Assembly asm ) : string
asm Assembly
Résultat string
        string GetLocation(Assembly asm)
        {
            try { return asm.Location; } catch (Exception /*ignored*/) {}
            return "location unavailable";
        }