[This is preliminary documentation and is subject to change.]
The IFileSystem type exposes the following members.Methods
| Name | Description | |
|---|---|---|
| CombinePaths |
Combines two or more path segments joining them using primary file system path separator
| |
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
|
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
| |
| InstanceCapabilities |
Returns capabilities for this file system instance, that may or may not be the same as GeneralCapabilities
| |
| Name | (Inherited from INamed.) | |
| Sessions |
Returns a list of sessions
|
See Also