C# 클래스 System.IO.Tests.FileInfo_GetSetAttributesCommon

상속: System.IO.Tests.FileGetSetAttributes
파일 보기 프로젝트 열기: mikedn/runtime

보호된 메소드들

메소드 설명
GetAttributes ( string path ) : FileAttributes
SetAttributes ( string path, FileAttributes attributes ) : void

메소드 상세

GetAttributes() 보호된 메소드

protected GetAttributes ( string path ) : FileAttributes
path string
리턴 FileAttributes

SetAttributes() 보호된 메소드

protected SetAttributes ( string path, FileAttributes attributes ) : void
path string
attributes FileAttributes
리턴 void