Class ISO9660FileSystemFactory
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.ISO9660
Assembly: Cosmos.System2.dll
Syntax
public class ISO9660FileSystemFactory : FileSystemFactory
Properties
| Improve this Doc View SourceName
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
| Improve this Doc View SourceCreate(Partition, String, Int64)
Declaration
public override FileSystem Create(Partition aDevice, string aRootPath, long aSize)
Parameters
Type | Name | Description |
---|---|---|
Partition | aDevice | |
System.String | aRootPath | |
System.Int64 | aSize |
Returns
Type | Description |
---|---|
FileSystem |
Overrides
| Improve this Doc View SourceIsType(Partition)
Declaration
public override bool IsType(Partition aDevice)
Parameters
Type | Name | Description |
---|---|---|
Partition | aDevice |
Returns
Type | Description |
---|---|
System.Boolean |