Method | Description | |
---|---|---|
AddFile ( string path, Stream stream ) : void | ||
DeleteDirectory ( string path, bool recursive = false ) : void | ||
JsProjectSystem ( Project project, IFileSystemProvider fileSystemProvider ) : System.IO |
Method | Description | |
---|---|---|
AddFileToContainer ( string fullPath, ProjectItems container ) : void |
public AddFile ( string path, Stream stream ) : void | ||
path | string | |
stream | Stream | |
return | void |
protected AddFileToContainer ( string fullPath, ProjectItems container ) : void | ||
fullPath | string | |
container | ProjectItems | |
return | void |
public DeleteDirectory ( string path, bool recursive = false ) : void | ||
path | string | |
recursive | bool | |
return | void |
public JsProjectSystem ( Project project, IFileSystemProvider fileSystemProvider ) : System.IO | ||
project | Project | |
fileSystemProvider | IFileSystemProvider | |
return | System.IO |