C# Class NuGet.VisualStudio.JsProjectSystem

This project system represents the JavaScript Metro project in Windows8
Inheritance: VsProjectSystem
Afficher le fichier Open project: xero-github/Nuget

Méthodes publiques

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

Méthodes protégées

Méthode Description
AddFileToContainer ( string fullPath, ProjectItems container ) : void

Method Details

AddFile() public méthode

public AddFile ( string path, Stream stream ) : void
path string
stream Stream
Résultat void

AddFileToContainer() protected méthode

protected AddFileToContainer ( string fullPath, ProjectItems container ) : void
fullPath string
container ProjectItems
Résultat void

DeleteDirectory() public méthode

public DeleteDirectory ( string path, bool recursive = false ) : void
path string
recursive bool
Résultat void

JsProjectSystem() public méthode

public JsProjectSystem ( Project project, IFileSystemProvider fileSystemProvider ) : System.IO
project Project
fileSystemProvider IFileSystemProvider
Résultat System.IO