C# 클래스 ARMCustomTool.PhysicalFileSystem

상속: IFileSystem
파일 보기 프로젝트 열기: lars-erik/ARMLinker

공개 메소드들

메소드 설명
Exists ( string path ) : bool
ReadFile ( string path ) : string

메소드 상세

Exists() 공개 메소드

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

ReadFile() 공개 메소드

public ReadFile ( string path ) : string
path string
리턴 string