Patcher.Data.SkyrimDataContext.GetPluginListProvider C# (CSharp) Метод

GetPluginListProvider() защищенный Метод

protected GetPluginListProvider ( ) : IPluginListProvider
Результат IPluginListProvider
        protected override IPluginListProvider GetPluginListProvider()
        {
            // Create plugin list provider that will use this context specific path to plugins.txt
            // unless DataFileProvider overrides the path
            return new DefaultPluginListProvider(DataFileProvider,
                Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), @"Skyrim\plugins.txt"));
        }