[This is preliminary documentation and is subject to change.]
Returns the read-only registry view of file systems currently activated
Namespace: NFX.IO.FileSystemAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static IRegistry<FileSystem> Instances { get; }
public static IRegistry<FileSystem> Instances { get; }
Public Shared ReadOnly Property Instances As IRegistry(Of FileSystem)
Get
Public Shared ReadOnly Property Instances As IRegistry(Of FileSystem)
Get
public:
static property IRegistry<FileSystem^>^ Instances {
IRegistry<FileSystem^>^ get ();
}
public:
static property IRegistry<FileSystem^>^ Instances {
IRegistry<FileSystem^>^ get ();
}
static member Instances : IRegistry<FileSystem> with get
static member Instances : IRegistry<FileSystem> with get
Property Value
Type:
IRegistry FileSystem