프로퍼티 | 타입 | 설명 | |
---|---|---|---|
IAssemblyReference | IAssembly | ||
UpdateProjectContent | IProjectContent | ||
UpdateProjectContent | IProjectContent |
메소드 | 설명 | |
---|---|---|
AddAssemblyReferences ( ) : IProjectContent | ||
AddAssemblyReferences ( IEnumerable |
||
AddOrUpdateFiles ( ) : IProjectContent |
Adds the specified files to the project content. If a file with the same name already exists, this method updates the existing file.
|
|
AddOrUpdateFiles ( IEnumerable |
Adds the specified files to the project content. If a file with the same name already exists, updated the existing file.
|
|
CSharpProjectContent ( ) : System | ||
CreateCompilation ( ) : ICompilation | ||
CreateCompilation ( ISolutionSnapshot solutionSnapshot ) : ICompilation | ||
GetFile ( string fileName ) : IUnresolvedFile | ||
RemoveAssemblyReferences ( ) : IProjectContent | ||
RemoveAssemblyReferences ( IEnumerable |
||
RemoveFiles ( ) : IProjectContent |
Removes the files with the specified names.
|
|
RemoveFiles ( IEnumerable |
Removes the files with the specified names.
|
|
SetAssemblyName ( string newAssemblyName ) : IProjectContent |
Sets both the short and the full assembly names.
|
|
SetCompilerSettings ( object compilerSettings ) : IProjectContent | ||
SetLocation ( string newLocation ) : IProjectContent | ||
SetProjectFileName ( string newProjectFileName ) : IProjectContent |
메소드 | 설명 | |
---|---|---|
CSharpProjectContent ( |
||
Clone ( ) : |
메소드 | 설명 | |
---|---|---|
IAssemblyReference ( ITypeResolveContext context ) : IAssembly | ||
UpdateProjectContent ( IEnumerable |
||
UpdateProjectContent ( IUnresolvedFile oldFile, IUnresolvedFile newFile ) : IProjectContent |
public AddAssemblyReferences ( ) : IProjectContent | ||
리턴 | IProjectContent |
public AddAssemblyReferences ( IEnumerable |
||
references | IEnumerable |
|
리턴 | IProjectContent |
public AddOrUpdateFiles ( IEnumerable |
||
newFiles | IEnumerable |
|
리턴 | IProjectContent |
protected CSharpProjectContent ( |
||
pc | ||
리턴 | System |
public CreateCompilation ( ISolutionSnapshot solutionSnapshot ) : ICompilation | ||
solutionSnapshot | ISolutionSnapshot | |
리턴 | ICompilation |
public GetFile ( string fileName ) : IUnresolvedFile | ||
fileName | string | |
리턴 | IUnresolvedFile |
public RemoveAssemblyReferences ( ) : IProjectContent | ||
리턴 | IProjectContent |
public RemoveAssemblyReferences ( IEnumerable |
||
references | IEnumerable |
|
리턴 | IProjectContent |
public RemoveFiles ( IEnumerable |
||
fileNames | IEnumerable |
|
리턴 | IProjectContent |
public SetAssemblyName ( string newAssemblyName ) : IProjectContent | ||
newAssemblyName | string | New full assembly name. |
리턴 | IProjectContent |
public SetCompilerSettings ( object compilerSettings ) : IProjectContent | ||
compilerSettings | object | |
리턴 | IProjectContent |
public SetLocation ( string newLocation ) : IProjectContent | ||
newLocation | string | |
리턴 | IProjectContent |
public SetProjectFileName ( string newProjectFileName ) : IProjectContent | ||
newProjectFileName | string | |
리턴 | IProjectContent |