프로퍼티 | 타입 | 설명 | |
---|---|---|---|
FileSize | long | ||
IsDirectory | bool | ||
Name | string | ||
Permissions | int |
메소드 | 설명 | |
---|---|---|
SCPEntry ( bool isDirectory, int permissions, long fileSize, string name ) : System |
public SCPEntry ( bool isDirectory, int permissions, long fileSize, string name ) : System | ||
isDirectory | bool | |
permissions | int | |
fileSize | long | |
name | string | |
리턴 | System |