DirectoryEntry Class

Independentsoft MSG .NET

DirectoryEntry Class MSG .NET Class Library
Represents a directory entry.
Inheritance Hierarchy

OnlineSystem Object  Independentsoft.IO.StructuredStorage DirectoryEntry
    Independentsoft.IO.StructuredStorage RootDirectoryEntry
    Independentsoft.IO.StructuredStorage Storage
    Independentsoft.IO.StructuredStorage Stream

Namespace: Independentsoft.IO.StructuredStorage
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public abstract class DirectoryEntry : IComparable
public abstract class DirectoryEntry : IComparable
Public MustInherit Class DirectoryEntry 
	Implements IComparable
Public MustInherit Class DirectoryEntry 
	Implements IComparable
Dim instance As DirectoryEntry
Dim instance As DirectoryEntry
public abstract class DirectoryEntry implements IComparable
public abstract class DirectoryEntry implements IComparable
public abstract class DirectoryEntry implements IComparable
public abstract class DirectoryEntry implements IComparable
Independentsoft.IO.StructuredStorage.DirectoryEntry = function();

Type.createClass(
	'Independentsoft.IO.StructuredStorage.DirectoryEntry',
	null,
	IComparable);
Independentsoft.IO.StructuredStorage.DirectoryEntry = function();

Type.createClass(
	'Independentsoft.IO.StructuredStorage.DirectoryEntry',
	null,
	IComparable);
See Also