IFileSystemImplementation MembersNFX Class Library

[This is preliminary documentation and is subject to change.]

The IFileSystemImplementation type exposes the following members.
Methods

  NameDescription
Public methodCombinePaths
Combines two or more path segments joining them using primary file system path separator
(Inherited from IFileSystem.)
Public methodConfigure
Configures an entity from supplied config node
(Inherited from IConfigurable.)
Public methodOnlineDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from OnlineIDisposable.)
Public methodStartSession
Creates a new session for the specified user and version
(Inherited from IFileSystem.)
Back to Top
Properties

  NameDescription
Public propertyComponentCommonName
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.)
Public propertyComponentDirector
Returns a reference to an object that this app component services/operates under, or null
(Inherited from IApplicationComponent.)
Public propertyComponentSID
Returns process/instance unique app component system id
(Inherited from IApplicationComponent.)
Public propertyGeneralCapabilities
Returns capabilities for this file system in general
(Inherited from IFileSystem.)
Public propertyInstanceCapabilities
Returns capabilities for this file system instance, that may or may not be the same as GeneralCapabilities
(Inherited from IFileSystem.)
Public propertyName (Inherited from INamed.)
Public propertySessions
Returns a list of sessions
(Inherited from IFileSystem.)
Back to Top
See Also