C# 클래스 System.IO.FileSystemInfo

상속: IFileSystemObject
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

보호된 프로퍼티들

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

Private Properties

프로퍼티 타입 설명
EnsureDataInitialized void
FileSystemInfo System
IFileSystemObject void
Init void

공개 메소드들

메소드 설명
Delete ( ) : void
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
GetObjectData ( System info, System context ) : void
Refresh ( ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
EnsureDataInitialized ( ) : void
FileSystemInfo ( ) : System
IFileSystemObject ( ) : void
Init ( Interop &findData ) : void

메소드 상세

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

public abstract Delete ( ) : void
리턴 void

FileSystemInfo() 보호된 메소드

protected FileSystemInfo ( )

FileSystemInfo() 보호된 메소드

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

FileSystemInfo() 보호된 메소드

protected FileSystemInfo ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
리턴 System

GetObjectData() 공개 메소드

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info SerializationInfo
context StreamingContext
리턴 void

GetObjectData() 공개 메소드

public GetObjectData ( System info, System context ) : void
info System
context System
리턴 void

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

프로퍼티 상세

FullPath 보호되어 있는 프로퍼티

protected String FullPath
리턴 String

FullPath 보호되어 있는 프로퍼티

protected string FullPath
리턴 string

OriginalPath 보호되어 있는 프로퍼티

protected String OriginalPath
리턴 String

OriginalPath 보호되어 있는 프로퍼티

protected string OriginalPath
리턴 string