Class ManagedPartition
Inheritance
System.Object
ManagedPartition
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
Assembly: Cosmos.System2.dll
Syntax
public class ManagedPartition
Constructors
| Improve this Doc View SourceManagedPartition(Partition, String)
Declaration
public ManagedPartition(Partition host, string limitFS = null)
Parameters
Type | Name | Description |
---|---|---|
Partition | host | |
System.String | limitFS |
Fields
| Improve this Doc View SourceHost
Declaration
public readonly Partition Host
Field Value
Type | Description |
---|---|
Partition |
LimitFS
Declaration
public string LimitFS
Field Value
Type | Description |
---|---|
System.String |
MountedFS
The FileSystem object. Null if not mounted.
Declaration
public FileSystem MountedFS
Field Value
Type | Description |
---|---|
FileSystem |
RootPath
The root path of the file system. Example: 0:\
Declaration
public string RootPath
Field Value
Type | Description |
---|---|
System.String |
Properties
| Improve this Doc View SourceHasFileSystem
Does the partition have a known file system?
Declaration
public bool HasFileSystem { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceClear()
Zeros out the entire partition
Declaration
public void Clear()