C# Class IronRuby.Builtins.IOModeEnum

Afficher le fichier Open project: ExpertsInside/IronSP Class Usage Examples

Méthodes publiques

Méthode Description
CanRead ( this mode ) : bool
CanWrite ( this mode ) : bool
Close ( this mode ) : IOMode
CloseRead ( this mode ) : IOMode
CloseWrite ( this mode ) : IOMode
IsClosed ( this mode ) : bool
Parse ( MutableString mode ) : IOMode
Parse ( MutableString mode, IOMode defaultMode ) : IOMode
Parse ( string mode ) : IOMode
ToFileAccess ( this mode ) : FileAccess

Private Methods

Méthode Description
IllegalMode ( string modeString ) : Exception

Method Details

CanRead() public static méthode

public static CanRead ( this mode ) : bool
mode this
Résultat bool

CanWrite() public static méthode

public static CanWrite ( this mode ) : bool
mode this
Résultat bool

Close() public static méthode

public static Close ( this mode ) : IOMode
mode this
Résultat IOMode

CloseRead() public static méthode

public static CloseRead ( this mode ) : IOMode
mode this
Résultat IOMode

CloseWrite() public static méthode

public static CloseWrite ( this mode ) : IOMode
mode this
Résultat IOMode

IsClosed() public static méthode

public static IsClosed ( this mode ) : bool
mode this
Résultat bool

Parse() public static méthode

public static Parse ( MutableString mode ) : IOMode
mode MutableString
Résultat IOMode

Parse() public static méthode

public static Parse ( MutableString mode, IOMode defaultMode ) : IOMode
mode MutableString
defaultMode IOMode
Résultat IOMode

Parse() public static méthode

public static Parse ( string mode ) : IOMode
mode string
Résultat IOMode

ToFileAccess() public static méthode

public static ToFileAccess ( this mode ) : FileAccess
mode this
Résultat FileAccess