C# 클래스 Pegasus.Workbench.FileUtilities

파일 보기 프로젝트 열기: otac0n/Pegasus

공개 메소드들

메소드 설명
ReadAllTextAsync ( string path ) : Task
WriteAllTextAsync ( string path, string contents ) : System.Threading.Tasks.Task

메소드 상세

ReadAllTextAsync() 공개 정적인 메소드

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

WriteAllTextAsync() 공개 정적인 메소드

public static WriteAllTextAsync ( string path, string contents ) : System.Threading.Tasks.Task
path string
contents string
리턴 System.Threading.Tasks.Task