IFileSystem MembersNFX Class Library

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

The IFileSystem type exposes the following members.
Methods

  NameDescription
Public methodCombinePaths
Combines two or more path segments joining them using primary file system path separator
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
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
Public propertyInstanceCapabilities
Returns capabilities for this file system instance, that may or may not be the same as GeneralCapabilities
Public propertyName (Inherited from INamed.)
Public propertySessions
Returns a list of sessions
Back to Top
See Also