C# Class NuGet.VisualStudio.JsProjectSystem

This project system represents the JavaScript Metro project in Windows8
Inheritance: VsProjectSystem
Mostrar archivo Open project: xero-github/Nuget

Public Methods

Method Description
AddFile ( string path, Stream stream ) : void
DeleteDirectory ( string path, bool recursive = false ) : void
JsProjectSystem ( Project project, IFileSystemProvider fileSystemProvider ) : System.IO

Protected Methods

Method Description
AddFileToContainer ( string fullPath, ProjectItems container ) : void

Method Details

AddFile() public method

public AddFile ( string path, Stream stream ) : void
path string
stream Stream
return void

AddFileToContainer() protected method

protected AddFileToContainer ( string fullPath, ProjectItems container ) : void
fullPath string
container ProjectItems
return void

DeleteDirectory() public method

public DeleteDirectory ( string path, bool recursive = false ) : void
path string
recursive bool
return void

JsProjectSystem() public method

public JsProjectSystem ( Project project, IFileSystemProvider fileSystemProvider ) : System.IO
project Project
fileSystemProvider IFileSystemProvider
return System.IO