C# Class System.IO.FileSystemInfo.FileSystemInfo

Inheritance: MarshalByRefObject, ISerializable
Afficher le fichier Open project: runefs/Marvin

Protected Properties

Свойство Type Description
FullPath string
OriginalPath string

Private Properties

Свойство Type Description
CheckPath void
GetObjectData void
InternalRefresh void
Refresh void

Méthodes publiques

Méthode Description
Delete ( ) : void
Refresh ( ) : void

Méthodes protégées

Méthode Description
FileSystemInfo ( ) : System.Runtime.InteropServices
FileSystemInfo ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices

Private Methods

Méthode Description
CheckPath ( string path ) : void
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
InternalRefresh ( ) : void
Refresh ( bool force ) : void

Method Details

Delete() public abstract méthode

public abstract Delete ( ) : void
Résultat void

FileSystemInfo() protected méthode

protected FileSystemInfo ( ) : System.Runtime.InteropServices
Résultat System.Runtime.InteropServices

FileSystemInfo() protected méthode

protected FileSystemInfo ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System.Runtime.InteropServices

Refresh() public méthode

public Refresh ( ) : void
Résultat void

Property Details

FullPath protected_oe property

protected string FullPath
Résultat string

OriginalPath protected_oe property

protected string OriginalPath
Résultat string