C# Class IronRuby.Builtins.RubyFileOps.RubyStatOps

Datei anzeigen Open project: jschementi/iron

Private Methods

Method Description
AccessTime ( FileSystemInfo self ) : RubyTime
AreIdentical ( RubyContext context, FileSystemInfo self, [ other ) : bool
BlockSize ( FileSystemInfo self ) : object
Blocks ( FileSystemInfo self ) : object
Compare ( FileSystemInfo self, [ other ) : int
Compare ( FileSystemInfo self, object other ) : object
Create ( ConversionStorage toPath, RubyClass self, object path ) : FileSystemInfo
Create ( RubyContext context, MutableString path ) : FileSystemInfo
Create ( RubyContext context, string path ) : FileSystemInfo
Create ( IronRuby.Builtins.RubyFile file ) : FileSystemInfo
CreateTime ( FileSystemInfo self ) : RubyTime
DeviceId ( FileSystemInfo self ) : object
DeviceIdMajor ( FileSystemInfo self ) : object
DeviceIdMinor ( FileSystemInfo self ) : object
FileType ( FileSystemInfo self ) : MutableString
GroupId ( FileSystemInfo self ) : int
Inode ( FileSystemInfo self ) : int
Inspect ( RubyContext context, FileSystemInfo self ) : MutableString
IsBlockDevice ( FileSystemInfo self ) : bool
IsCharDevice ( FileSystemInfo self ) : bool
IsDirectory ( FileSystemInfo self ) : bool
IsExecutable ( FileSystemInfo self ) : bool
IsFile ( FileSystemInfo self ) : bool
IsGroupOwned ( FileSystemInfo self ) : bool
IsPipe ( FileSystemInfo self ) : bool
IsReadable ( FileSystemInfo self ) : bool
IsSetGid ( FileSystemInfo self ) : bool
IsSetUid ( FileSystemInfo self ) : bool
IsSocket ( FileSystemInfo self ) : bool
IsSticky ( FileSystemInfo self ) : object
IsSymLink ( FileSystemInfo self ) : bool
IsUserOwned ( FileSystemInfo self ) : bool
IsWritable ( FileSystemInfo self ) : bool
IsZeroLength ( FileSystemInfo self ) : bool
Mode ( FileSystemInfo self ) : int
ModifiedTime ( FileSystemInfo self ) : RubyTime
NullableSize ( FileSystemInfo self ) : object
NumberOfLinks ( FileSystemInfo self ) : int
Size ( FileSystemInfo self ) : int
TryCreate ( RubyContext context, string path, FileSystemInfo &result ) : bool
UserId ( FileSystemInfo self ) : int