C# Класс NuGet.VisualStudio.RuntimeHelpers

Показать файл Открыть проект

Открытые методы

Метод Описание
AddBindingRedirects ( Project project, IFileSystemProvider fileSystemProvider, AppDomain domain ) : IEnumerable
AddBindingRedirects ( ISolutionManager solutionManager, Project project, IFileSystemProvider fileSystemProvider ) : void

Приватные методы

Метод Описание
AddBindingRedirects ( Project project, IFileSystemProvider fileSystemProvider, AppDomain domain, IDictionary projectAssembliesCache, bool checkProjectType = true ) : IEnumerable
AddBindingRedirects ( ISolutionManager solutionManager, Project project, IFileSystemProvider fileSystemProvider, AppDomain domain ) : void
AddBindingRedirects ( ISolutionManager solutionManager, Project project, IFileSystemProvider fileSystemProvider, AppDomain domain, HashSet projects, IDictionary projectAssembliesCache ) : void

Описание методов

AddBindingRedirects() публичный статический Метод

public static AddBindingRedirects ( Project project, IFileSystemProvider fileSystemProvider, AppDomain domain ) : IEnumerable
project Project
fileSystemProvider IFileSystemProvider
domain System.AppDomain
Результат IEnumerable

AddBindingRedirects() публичный статический Метод

public static AddBindingRedirects ( ISolutionManager solutionManager, Project project, IFileSystemProvider fileSystemProvider ) : void
solutionManager ISolutionManager
project Project
fileSystemProvider IFileSystemProvider
Результат void