From bdab0a1588fa4347d168c69f803a13cf607b4166 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 19 Nov 2016 11:51:49 -0500 Subject: move TypeMapper to portable project --- Emby.Common.Implementations/Reflection/AssemblyInfo.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Emby.Common.Implementations/Reflection') diff --git a/Emby.Common.Implementations/Reflection/AssemblyInfo.cs b/Emby.Common.Implementations/Reflection/AssemblyInfo.cs index bd2cb7cf0..7a92f02d6 100644 --- a/Emby.Common.Implementations/Reflection/AssemblyInfo.cs +++ b/Emby.Common.Implementations/Reflection/AssemblyInfo.cs @@ -22,5 +22,10 @@ namespace Emby.Common.Implementations.Reflection #endif return type.GetTypeInfo().Assembly.GetManifestResourceNames(); } + + public Assembly[] GetCurrentAssemblies() + { + return AppDomain.CurrentDomain.GetAssemblies(); + } } } -- cgit v1.2.3