C# 클래스 System.IO.FileSystemInfo.FileSystemInfo

상속: MarshalByRefObject, ISerializable
파일 보기 프로젝트 열기: runefs/Marvin

보호된 프로퍼티들

프로퍼티 타입 설명
FullPath string
OriginalPath string

Private Properties

프로퍼티 타입 설명
CheckPath void
GetObjectData void
InternalRefresh void
Refresh void

공개 메소드들

메소드 설명
Delete ( ) : void
Refresh ( ) : void

보호된 메소드들

메소드 설명
FileSystemInfo ( ) : System.Runtime.InteropServices
FileSystemInfo ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices

비공개 메소드들

메소드 설명
CheckPath ( string path ) : void
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
InternalRefresh ( ) : void
Refresh ( bool force ) : void

메소드 상세

Delete() 공개 추상적인 메소드

public abstract Delete ( ) : void
리턴 void

FileSystemInfo() 보호된 메소드

protected FileSystemInfo ( ) : System.Runtime.InteropServices
리턴 System.Runtime.InteropServices

FileSystemInfo() 보호된 메소드

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

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

프로퍼티 상세

FullPath 보호되어 있는 프로퍼티

protected string FullPath
리턴 string

OriginalPath 보호되어 있는 프로퍼티

protected string OriginalPath
리턴 string