C# Class Dev2.Development.Languages.Scripting.RubyContext.TmpHost.Win8PAL

Inheritance: PlatformAdaptationLayer
Show file Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
DirectoryExists ( string path ) : bool
FileExists ( string path ) : bool
LoadAssembly ( string name ) : Assembly
Win8PAL ( ) : System

Private Methods

Method Description
GetCurrentDirectory ( int nBufferLength, [ lpBuffer ) : int

Method Details

DirectoryExists() public method

public DirectoryExists ( string path ) : bool
path string
return bool

FileExists() public method

public FileExists ( string path ) : bool
path string
return bool

LoadAssembly() public method

public LoadAssembly ( string name ) : Assembly
name string
return System.Reflection.Assembly

Win8PAL() public method

public Win8PAL ( ) : System
return System