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

Наследование: VsProjectSystem
Показать файл Открыть проект

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

Метод Описание
AddReference ( string referencePath, System stream ) : void
GetPropertyValue ( string propertyName ) : dynamic
IsSupportedFile ( string path ) : bool
ReferenceExists ( string name ) : bool
RemoveReference ( string name ) : void
WixProjectSystem ( Project project, IFileSystemProvider fileSystemProvider ) : System

Защищенные методы

Метод Описание
AddGacReference ( string name ) : void
ExcludeFile ( string path ) : bool

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

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

protected AddGacReference ( string name ) : void
name string
Результат void

AddReference() публичный Метод

public AddReference ( string referencePath, System stream ) : void
referencePath string
stream System
Результат void

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

protected ExcludeFile ( string path ) : bool
path string
Результат bool

GetPropertyValue() публичный Метод

public GetPropertyValue ( string propertyName ) : dynamic
propertyName string
Результат dynamic

IsSupportedFile() публичный Метод

public IsSupportedFile ( string path ) : bool
path string
Результат bool

ReferenceExists() публичный Метод

public ReferenceExists ( string name ) : bool
name string
Результат bool

RemoveReference() публичный Метод

public RemoveReference ( string name ) : void
name string
Результат void

WixProjectSystem() публичный Метод

public WixProjectSystem ( Project project, IFileSystemProvider fileSystemProvider ) : System
project Project
fileSystemProvider IFileSystemProvider
Результат System