C# Class System.IO.FileSystemInfo

Inheritance: IFileSystemObject
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Protected Properties

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

Private Properties

Свойство Type Description
EnsureDataInitialized void
FileSystemInfo System
IFileSystemObject void
Init void

Méthodes publiques

Méthode Description
Delete ( ) : void
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
GetObjectData ( System info, System context ) : void
Refresh ( ) : void

Méthodes protégées

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

Private Methods

Méthode Description
EnsureDataInitialized ( ) : void
FileSystemInfo ( ) : System
IFileSystemObject ( ) : void
Init ( Interop &findData ) : void

Method Details

Delete() public abstract méthode

public abstract Delete ( ) : void
Résultat void

FileSystemInfo() protected méthode

protected FileSystemInfo ( )

FileSystemInfo() protected méthode

protected FileSystemInfo ( System info, System context )
info System
context System

FileSystemInfo() protected méthode

protected FileSystemInfo ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info SerializationInfo
context StreamingContext
Résultat void

GetObjectData() public méthode

public GetObjectData ( System info, System context ) : void
info System
context System
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void

Property Details

FullPath protected_oe property

protected String FullPath
Résultat String

FullPath protected_oe property

protected string FullPath
Résultat string

OriginalPath protected_oe property

protected String OriginalPath
Résultat String

OriginalPath protected_oe property

protected string OriginalPath
Résultat string