C# 클래스 Dev2.Development.Languages.Scripting.RubyContext.TmpHost.Win8PAL

상속: PlatformAdaptationLayer
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
DirectoryExists ( string path ) : bool
FileExists ( string path ) : bool
LoadAssembly ( string name ) : Assembly
Win8PAL ( ) : System

비공개 메소드들

메소드 설명
GetCurrentDirectory ( int nBufferLength, [ lpBuffer ) : int

메소드 상세

DirectoryExists() 공개 메소드

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

FileExists() 공개 메소드

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

LoadAssembly() 공개 메소드

public LoadAssembly ( string name ) : Assembly
name string
리턴 System.Reflection.Assembly

Win8PAL() 공개 메소드

public Win8PAL ( ) : System
리턴 System