Method | Description | |
---|---|---|
CreateClone ( string name ) : ProjectFilesClone | ||
CreateCloneAsync ( string name ) : Task |
||
Dispose ( ) : void | ||
ProjectClonesManager ( IHostEnviromentConnection hostEnviroment, FilesManager filesManager, IFileSystem fs ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
CreateTmpDir ( string s ) : FilePathAbsolute | ||
GetReferencedAssemblyPaths ( IList |
public CreateClone ( string name ) : ProjectFilesClone | ||
name | string | |
return | ProjectFilesClone |
public CreateCloneAsync ( string name ) : Task |
||
name | string | |
return | Task |
public ProjectClonesManager ( IHostEnviromentConnection hostEnviroment, FilesManager filesManager, IFileSystem fs ) : System | ||
hostEnviroment | IHostEnviromentConnection | |
filesManager | FilesManager | |
fs | IFileSystem | |
return | System |