C# Class Forseti.Files.File

Inheritance: IFile
Mostrar archivo Open project: dolittle/Forseti Class Usage Examples

Public Methods

Method Description
CompareTo ( IFile other ) : int
Equals ( object obj ) : bool
GetHashCode ( ) : int
ReadAllText ( ) : string
ToString ( ) : string
operator ( ) : string

Private Methods

Method Description
AdjustPath ( string path ) : string
EndsWithPathSeparator ( string path ) : bool
File ( ) : System

Method Details

CompareTo() public method

public CompareTo ( IFile other ) : int
other IFile
return int

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ReadAllText() public method

public ReadAllText ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : string
return string