FileManager Class
Represents the file manager.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class FileManager _
Inherits ScriptCache _
Implements IDisposable, ISerializable
'Usage
Dim instance As FileManager
[SerializableAttribute]
public sealed class FileManager : ScriptCache,
IDisposable, ISerializable
[SerializableAttribute]
public ref class FileManager sealed : public ScriptCache,
IDisposable, ISerializable
public final class FileManager extends ScriptCache implements IDisposable, ISerializable
[<SealedAttribute>]
[<SerializableAttribute>]
type FileManager =
class
inherit ScriptCache
interface IDisposable
interface ISerializable
end
Inheritance Hierarchy
System.Object
Microsoft.Data.Schema.SchemaModel.ScriptCache
Microsoft.Data.Schema.SchemaModel.FileManager
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.