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

Inheritance: PlatformAdaptationLayer
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode Description
DirectoryExists ( string path ) : bool
FileExists ( string path ) : bool
LoadAssembly ( string name ) : Assembly
Win8PAL ( ) : System

Private Methods

Méthode Description
GetCurrentDirectory ( int nBufferLength, [ lpBuffer ) : int

Method Details

DirectoryExists() public méthode

public DirectoryExists ( string path ) : bool
path string
Résultat bool

FileExists() public méthode

public FileExists ( string path ) : bool
path string
Résultat bool

LoadAssembly() public méthode

public LoadAssembly ( string name ) : Assembly
name string
Résultat System.Reflection.Assembly

Win8PAL() public méthode

public Win8PAL ( ) : System
Résultat System