C# Class System.IO.FileSystemInfo.FileSystemInfo

Inheritance: MarshalByRefObject, ISerializable
显示文件 Open project: runefs/Marvin

Protected Properties

Property Type Description
FullPath string
OriginalPath string

Private Properties

Property Type Description
CheckPath void
GetObjectData void
InternalRefresh void
Refresh void

Public Methods

Method Description
Delete ( ) : void
Refresh ( ) : void

Protected Methods

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

Private Methods

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

Method Details

Delete() public abstract method

public abstract Delete ( ) : void
return void

FileSystemInfo() protected method

protected FileSystemInfo ( ) : System.Runtime.InteropServices
return System.Runtime.InteropServices

FileSystemInfo() protected method

protected FileSystemInfo ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System.Runtime.InteropServices

Refresh() public method

public Refresh ( ) : void
return void

Property Details

FullPath protected_oe property

protected string FullPath
return string

OriginalPath protected_oe property

protected string OriginalPath
return string