C# 클래스 ZTn.Bnet.PclAdapter.PortableFile

파일 보기 프로젝트 열기: zetoken/D3-API-by-ZTn

공개 메소드들

메소드 설명
Create ( string path ) : Stream
Exists ( string path ) : bool
Open ( string path, PortableFileMode mode ) : Stream

메소드 상세

Create() 공개 정적인 메소드

public static Create ( string path ) : Stream
path string
리턴 Stream

Exists() 공개 정적인 메소드

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

Open() 공개 정적인 메소드

public static Open ( string path, PortableFileMode mode ) : Stream
path string
mode PortableFileMode
리턴 Stream