C# Class NuGet.VisualStudio.VsFileSystemProvider

Inheritance: IFileSystemProvider
Mostra file Open project: xero-github/Nuget

Public Methods

Method Description
GetFileSystem ( string path ) : IFileSystem
VsFileSystemProvider ( ) : System
VsFileSystemProvider ( DTE dte, IComponentModel componentModel, ISettings settings ) : System

Private Methods

Method Description
GetFileSystemFromProvider ( ISourceControlFileSystemProvider provider, string path, SourceControlBindings binding ) : IFileSystem

Method Details

GetFileSystem() public method

public GetFileSystem ( string path ) : IFileSystem
path string
return IFileSystem

VsFileSystemProvider() public method

public VsFileSystemProvider ( ) : System
return System

VsFileSystemProvider() public method

public VsFileSystemProvider ( DTE dte, IComponentModel componentModel, ISettings settings ) : System
dte DTE
componentModel IComponentModel
settings ISettings
return System