[This is preliminary documentation and is subject to change.]
The IFileSystemImplementation type exposes the following members.Methods
| Name | Description | |
|---|---|---|
| CombinePaths |
Combines two or more path segments joining them using primary file system path separator
(Inherited from IFileSystem.) | |
| Configure |
Configures an entity from supplied config node
(Inherited from IConfigurable.) | |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from | ||
| StartSession |
Creates a new session for the specified user and version
(Inherited from IFileSystem.) |
Properties
| Name | Description | |
|---|---|---|
| ComponentCommonName |
Returns the common name used to identify the component, for example "Glue" for various IGlue implementations.
This name is searched-by some management tools that allow to find component by this name that does not change between
application restarts like ComponentSID does. Subordinate (non-root) components return null
(Inherited from IApplicationComponent.) | |
| ComponentDirector |
Returns a reference to an object that this app component services/operates under, or null
(Inherited from IApplicationComponent.) | |
| ComponentSID |
Returns process/instance unique app component system id
(Inherited from IApplicationComponent.) | |
| GeneralCapabilities |
Returns capabilities for this file system in general
(Inherited from IFileSystem.) | |
| InstanceCapabilities |
Returns capabilities for this file system instance, that may or may not be the same as GeneralCapabilities
(Inherited from IFileSystem.) | |
| Name | (Inherited from INamed.) | |
| Sessions |
Returns a list of sessions
(Inherited from IFileSystem.) |
See Also