Exemple #1
0
 public VirtualDirectoryEntry(MountPoint mount, string parent, string name) : base(mount, parent, name)
 {
 }
Exemple #2
0
 public VirtualEntry(MountPoint mount, string parent, string name)
 {
     MountPoint = mount;
     Parent     = parent;
     Name       = name;
 }
Exemple #3
0
 public VirtualFileEntry(MountPoint mount, string parent, string name) : base(mount, parent, name)
 {
 }
Exemple #4
0
 public UnixFileEntry(MountPoint mount, string parent, string name) : base(mount, parent, name)
 {
 }
Exemple #5
0
		public UnixFileEntry (MountPoint mount, string parent, string name) : base (mount, parent, name)
		{
		}
Exemple #6
0
		public UnixDirectoryEntry (MountPoint mount, string parent, string name) : base (mount, parent, name)
		{
		}
Exemple #7
0
		public VirtualFileEntry (MountPoint mount, string parent, string name) : base (mount, parent, name)
		{
		}
Exemple #8
0
		public VirtualEntry (MountPoint mount, string parent, string name)
		{
			MountPoint = mount;
			Parent = parent;
			Name = name;
		}