C# 클래스 Forseti.Files.File

상속: IFile
파일 보기 프로젝트 열기: dolittle/Forseti 1 사용 예제들

공개 메소드들

메소드 설명
CompareTo ( IFile other ) : int
Equals ( object obj ) : bool
GetHashCode ( ) : int
ReadAllText ( ) : string
ToString ( ) : string
operator ( ) : string

비공개 메소드들

메소드 설명
AdjustPath ( string path ) : string
EndsWithPathSeparator ( string path ) : bool
File ( ) : System

메소드 상세

CompareTo() 공개 메소드

public CompareTo ( IFile other ) : int
other IFile
리턴 int

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ReadAllText() 공개 메소드

public ReadAllText ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : string
리턴 string