C# 클래스 Newtonsoft.Json.Tests.Documentation.File

파일 보기 프로젝트 열기: JamesNK/Newtonsoft.Json

공개 메소드들

메소드 설명
CreateText ( string path ) : StreamWriter
OpenText ( string path ) : StreamReader
ReadAllText ( string path ) : string
WriteAllText ( string path, string contents ) : void

메소드 상세

CreateText() 공개 정적인 메소드

public static CreateText ( string path ) : StreamWriter
path string
리턴 System.IO.StreamWriter

OpenText() 공개 정적인 메소드

public static OpenText ( string path ) : StreamReader
path string
리턴 System.IO.StreamReader

ReadAllText() 공개 정적인 메소드

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

WriteAllText() 공개 정적인 메소드

public static WriteAllText ( string path, string contents ) : void
path string
contents string
리턴 void