Class FileSystemManager
Inheritance
System.Object
FileSystemManager
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Cosmos.System.FileSystem.VFS
Assembly: Cosmos.System2.dll
Syntax
public static class FileSystemManager
Properties
| Improve this Doc View SourceDefaultFileSystems
Declaration
public static List<FileSystemFactory> DefaultFileSystems { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<FileSystemFactory> |
RegisteredFileSystems
Declaration
public static List<FileSystemFactory> RegisteredFileSystems { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<FileSystemFactory> |
Methods
| Improve this Doc View SourceRegister(FileSystemFactory)
Declaration
public static bool Register(FileSystemFactory factory)
Parameters
Type | Name | Description |
---|---|---|
FileSystemFactory | factory |
Returns
Type | Description |
---|---|
System.Boolean |
Remove(FileSystemFactory)
Declaration
public static bool Remove(FileSystemFactory factory)
Parameters
Type | Name | Description |
---|---|---|
FileSystemFactory | factory |
Returns
Type | Description |
---|---|
System.Boolean |
Remove(String)
Declaration
public static bool Remove(string factoryName)
Parameters
Type | Name | Description |
---|---|---|
System.String | factoryName |
Returns
Type | Description |
---|---|
System.Boolean |