C# Class System.IO.FileSystemInfo

Inheritance: IFileSystemObject
显示文件 Open project: dotnet/corefx Class Usage Examples

Protected Properties

Property Type Description
FullPath String
FullPath string
OriginalPath String
OriginalPath string

Private Properties

Property Type Description
EnsureDataInitialized void
FileSystemInfo System
IFileSystemObject void
Init void

Public Methods

Method Description
Delete ( ) : void
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
GetObjectData ( System info, System context ) : void
Refresh ( ) : void

Protected Methods

Method Description
FileSystemInfo ( )
FileSystemInfo ( System info, System context )
FileSystemInfo ( SerializationInfo info, StreamingContext context ) : System

Private Methods

Method Description
EnsureDataInitialized ( ) : void
FileSystemInfo ( ) : System
IFileSystemObject ( ) : void
Init ( Interop &findData ) : void

Method Details

Delete() public abstract method

public abstract Delete ( ) : void
return void

FileSystemInfo() protected method

protected FileSystemInfo ( )

FileSystemInfo() protected method

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

FileSystemInfo() protected method

protected FileSystemInfo ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

GetObjectData() public method

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info SerializationInfo
context StreamingContext
return void

GetObjectData() public method

public GetObjectData ( System info, System context ) : void
info System
context System
return void

Refresh() public method

public Refresh ( ) : void
return void

Property Details

FullPath protected_oe property

protected String FullPath
return String

FullPath protected_oe property

protected string FullPath
return string

OriginalPath protected_oe property

protected String OriginalPath
return String

OriginalPath protected_oe property

protected string OriginalPath
return string