C# 클래스 System.IO.FileStreamHelpers

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

공개 메소드들

메소드 설명
CreateFileStream ( string path, bool write, bool append ) : Stream

비공개 메소드들

메소드 설명
GetFileOpenFunction ( ) : FileOpenDelegate

메소드 상세

CreateFileStream() 공개 정적인 메소드

public static CreateFileStream ( string path, bool write, bool append ) : Stream
path string
write bool
append bool
리턴 Stream