Leer en inglés Editar

Compartir a través de


Microsoft.TemplateEngine.Abstractions.Mount Namespace

Interfaces

IDirectory

Defines directory IFileSystemInfo entry.

IFile

Defines a file IFileSystemInfo entry.

IFileSystemInfo

Defines a file system entry.

IMountPoint

Represents abstract directory. This could be regular folder on file system, zip file, HTTP server or anything else that can present files in file system hierarchy.

IMountPointFactory

Implement this factory and register it with IComponentManager. Template engine calls TryMount(IEngineEnvironmentSettings, IMountPoint, String, IMountPoint) with Uri as parameter on all factories and use mount point from first successful factory.

IMountPointManager

Enums

FileSystemInfoKind

Defines the kind of a IFileSystemInfo entry.