C# 클래스 SICore.PlatformSpecific.CoreManager

Логика, различающаяся на разных платформах
파일 보기 프로젝트 열기: CrafterKolyan/SI-Remastered 1 사용 예제들

공개 메소드들

메소드 설명
FileExists ( string filePath ) : bool
GetData ( string filename ) : byte[]
GetFile ( string filePath ) : Stream

보호된 메소드들

메소드 설명
CoreManager ( ) : System.IO

메소드 상세

CoreManager() 보호된 메소드

protected CoreManager ( ) : System.IO
리턴 System.IO

FileExists() 공개 추상적인 메소드

public abstract FileExists ( string filePath ) : bool
filePath string
리턴 bool

GetData() 공개 추상적인 메소드

public abstract GetData ( string filename ) : byte[]
filename string
리턴 byte[]

GetFile() 공개 추상적인 메소드

public abstract GetFile ( string filePath ) : Stream
filePath string
리턴 Stream