Метод | Описание | |
---|---|---|
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 |
protected AddGacReference ( string name ) : void | ||
name | string | |
Результат | void |
public AddReference ( string referencePath, System stream ) : void | ||
referencePath | string | |
stream | System | |
Результат | void |
protected ExcludeFile ( string path ) : bool | ||
path | string | |
Результат | bool |
public GetPropertyValue ( string propertyName ) : dynamic | ||
propertyName | string | |
Результат | dynamic |
public IsSupportedFile ( string path ) : bool | ||
path | string | |
Результат | bool |
public ReferenceExists ( string name ) : bool | ||
name | string | |
Результат | bool |
public RemoveReference ( string name ) : void | ||
name | string | |
Результат | void |
public WixProjectSystem ( Project project, IFileSystemProvider fileSystemProvider ) : System | ||
project | Project | |
fileSystemProvider | IFileSystemProvider | |
Результат | System |