C# 클래스 AzureFunctions.Code.FileSystemHelpers

파일 보기 프로젝트 열기: projectkudu/AzureFunctionsPortal 1 사용 예제들

공개 메소드들

메소드 설명
FileExists ( string path ) : bool
ReadAllTextFromFile ( string path ) : string
ReadAllTextFromFileAsync ( string path ) : Task

메소드 상세

FileExists() 공개 정적인 메소드

public static FileExists ( string path ) : bool
path string
리턴 bool

ReadAllTextFromFile() 공개 정적인 메소드

public static ReadAllTextFromFile ( string path ) : string
path string
리턴 string

ReadAllTextFromFileAsync() 공개 정적인 메소드

public static ReadAllTextFromFileAsync ( string path ) : Task
path string
리턴 Task